#B8FEBD

Color #B8FEBD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8FEBD

Tints of Fringy Flower #B8FEBD

Color information

#B8FEBD (or 0xB8FEBD) is unknown color: approx Fringy Flower. HEX triplet: B8, FE and BD. RGB value is (184,254,189). Sum of RGB (Red+Green+Blue) = 184+254+189=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEBD is #470142. Grayscale: #E1E1E1. Windows color (decimal): -4653379 or 12451512. OLE color: 12451512.

HSL color Cylindrical-coordinate representation of color #B8FEBD: hue angle of 124.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEBD is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB184254189-
CMYK0.2800.260.00
HSL124.29º97.22%85.88%-
HSV(B)124.29º27.56%99.61%-
XYZ64.3984.7561.11-
YUV225.66107.3198.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=29.35%
G=40.51%
B=30.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842541890.2800.260.00124.2997.2285.88
HexB8FEBD1C01A07c6156
Octal270376275340320174141126
Binary101110001111111010111101111000110100111110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEBD; }

 p { color: rgb(184,254,189); }

 H1.HeaderClassName
 {
   color: #B8FEBD;
 }
 .AnyTagClassName
 {
   color: #B8FEBD;
 }
</style>
background-color css

<style>
 a { background-color: #B8FEBD; }

 a { background-color: rgb(184,254,189); }

 div.DivClassName
 {
   background-color: #B8FEBD;
 }
 .BgClassName
 {
   background-color: #B8FEBD;
 }
</style>
border-color css

<style>
 span { border-color: #B8FEBD; }

 span { border-color: rgb(184,254,189); }

 td.TdClassName
 {
   border-color: #B8FEBD;
 }
 .TagClassName
 {
   border-color: #B8FEBD;
 }
</style>