#B8EAD8

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

Shades of Water Leaf #B8EAD8

Tints of Water Leaf #B8EAD8

Color information

#B8EAD8 (or 0xB8EAD8) is unknown color: approx Water Leaf. HEX triplet: B8, EA and D8. RGB value is (184,234,216). Sum of RGB (Red+Green+Blue) = 184+234+216=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAD8 is #471527. Grayscale: #D9D9D9. Windows color (decimal): -4658472 or 14215864. OLE color: 14215864.

HSL color Cylindrical-coordinate representation of color #B8EAD8: hue angle of 158.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAD8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB184234216-
CMYK0.2100.080.08
HSL158.4º54.35%81.96%-
HSV(B)158.4º21.37%91.76%-
XYZ61.5873.9976-
YUV217127.44104.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.02%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=29.02%
G=36.91%
B=34.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342160.2100.080.08158.454.3581.96
HexB8EAD8150889e3652
Octal270352330250101023666122
Binary10111000111010101101100010101010001000100111101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EAD8; }

 p { color: rgb(184,234,216); }

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

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

 a { background-color: rgb(184,234,216); }

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

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

 span { border-color: rgb(184,234,216); }

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