#B9E2DD

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

Shades of Water Leaf #B9E2DD

Tints of Water Leaf #B9E2DD

Color information

#B9E2DD (or 0xB9E2DD) is unknown color: approx Water Leaf. HEX triplet: B9, E2 and DD. RGB value is (185,226,221). Sum of RGB (Red+Green+Blue) = 185+226+221=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DD is #461D22. Grayscale: #D5D5D5. Windows color (decimal): -4594979 or 14541497. OLE color: 14541497.

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

Color convert

RGB185226221-
CMYK0.1800.020.11
HSL172.68º41.41%80.59%-
HSV(B)172.68º18.14%88.63%-
XYZ60.2669.9378.73-
YUV213.17132.42107.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=29.27%
G=35.76%
B=34.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852262210.1800.020.11172.6841.4180.59
HexB9E2DD1202Bad2951
Octal27134233522021325551121
Binary101110011110001011011101100100101011101011011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E2DD; }

 p { color: rgb(185,226,221); }

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

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

 a { background-color: rgb(185,226,221); }

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

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

 span { border-color: rgb(185,226,221); }

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