#B9EADD

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

Shades of Water Leaf #B9EADD

Tints of Water Leaf #B9EADD

Color information

#B9EADD (or 0xB9EADD) is unknown color: approx Water Leaf. HEX triplet: B9, EA and DD. RGB value is (185,234,221). Sum of RGB (Red+Green+Blue) = 185+234+221=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EADD is #461522. Grayscale: #D9D9D9. Windows color (decimal): -4592931 or 14543545. OLE color: 14543545.

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

Color convert

RGB185234221-
CMYK0.2100.060.08
HSL164.08º53.85%82.16%-
HSV(B)164.08º20.94%91.76%-
XYZ62.4874.3879.47-
YUV217.87129.77104.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=28.91%
G=36.56%
B=34.53%

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
Decimal1852342210.2100.060.08164.0853.8582.16
HexB9EADD15068a43652
Octal27135233525061024466122
Binary1011100111101010110111011010101101000101001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EADD; }

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

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

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

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

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

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

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

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