#B8E4DD

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

Shades of Water Leaf #B8E4DD

Tints of Water Leaf #B8E4DD

Color information

#B8E4DD (or 0xB8E4DD) is unknown color: approx Water Leaf. HEX triplet: B8, E4 and DD. RGB value is (184,228,221). Sum of RGB (Red+Green+Blue) = 184+228+221=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4DD is #471B22. Grayscale: #D6D6D6. Windows color (decimal): -4660003 or 14542008. OLE color: 14542008.

HSL color Cylindrical-coordinate representation of color #B8E4DD: hue angle of 170.45º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4DD is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB184228221-
CMYK0.1900.030.11
HSL170.45º44.9%80.78%-
HSV(B)170.45º19.3%89.41%-
XYZ60.5670.978.9-
YUV214.05131.92106.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.07%
GREEN value IS 228 (89.45% from 255) = 36.02%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=29.07%
G=36.02%
B=34.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842282210.1900.030.11170.4544.980.78
HexB8E4DD1303Baa2d51
Octal27034433523031325255121
Binary101110001110010011011101100110111011101010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E4DD; }

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

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

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

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

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

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

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

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