#B8EADD

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

Shades of Water Leaf #B8EADD

Tints of Water Leaf #B8EADD

Color information

#B8EADD (or 0xB8EADD) is unknown color: approx Water Leaf. HEX triplet: B8, EA and DD. RGB value is (184,234,221). Sum of RGB (Red+Green+Blue) = 184+234+221=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EADD is #471522. Grayscale: #D9D9D9. Windows color (decimal): -4658467 or 14543544. OLE color: 14543544.

HSL color Cylindrical-coordinate representation of color #B8EADD: hue angle of 164.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 #B8EADD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB184234221-
CMYK0.2100.060.08
HSL164.4º54.35%81.96%-
HSV(B)164.4º21.37%91.76%-
XYZ62.2474.2679.46-
YUV217.57129.94104.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=28.79%
G=36.62%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342210.2100.060.08164.454.3581.96
HexB8EADD15068a43652
Octal27035233525061024466122
Binary1011100011101010110111011010101101000101001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EADD; }

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

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

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

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

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

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

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

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