#B8E9DE

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

Shades of Water Leaf #B8E9DE

Tints of Water Leaf #B8E9DE

Color information

#B8E9DE (or 0xB8E9DE) is unknown color: approx Water Leaf. HEX triplet: B8, E9 and DE. RGB value is (184,233,222). Sum of RGB (Red+Green+Blue) = 184+233+222=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E9DE is #471621. Grayscale: #D9D9D9. Windows color (decimal): -4658722 or 14608824. OLE color: 14608824.

HSL color Cylindrical-coordinate representation of color #B8E9DE: hue angle of 166.53º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E9DE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB184233222-
CMYK0.2100.050.09
HSL166.53º52.69%81.76%-
HSV(B)166.53º21.03%91.37%-
XYZ62.0973.7480.07-
YUV217.09130.77104.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=28.79%
G=36.46%
B=34.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842332220.2100.050.09166.5352.6981.76
HexB8E9DE15059a73552
Octal27035133625051124765122
Binary1011100011101001110111101010101011001101001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9DE; }

 p { color: rgb(184,233,222); }

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

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

 a { background-color: rgb(184,233,222); }

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

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

 span { border-color: rgb(184,233,222); }

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