#B8FBE0

Color #B8FBE0 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B8FBE0

Tints of Water Leaf #B8FBE0

Color information

#B8FBE0 (or 0xB8FBE0) is unknown color: approx Water Leaf. HEX triplet: B8, FB and E0. RGB value is (184,251,224). Sum of RGB (Red+Green+Blue) = 184+251+224=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBE0 is #47041F. Grayscale: #E3E3E3. Windows color (decimal): -4654112 or 14744504. OLE color: 14744504.

HSL color Cylindrical-coordinate representation of color #B8FBE0: hue angle of 155.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBE0 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB184251224-
CMYK0.2700.110.02
HSL155.82º89.33%85.29%-
HSV(B)155.82º26.69%98.43%-
XYZ67.7284.5783.27-
YUV227.89125.896.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=27.92%
G=38.09%
B=33.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512240.2700.110.02155.8289.3385.29
HexB8FBE01B0B29c5955
Octal270373340330132234131125
Binary1011100011111011111000001101101011101001110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBE0; }

 p { color: rgb(184,251,224); }

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

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

 a { background-color: rgb(184,251,224); }

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

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

 span { border-color: rgb(184,251,224); }

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