#B9EADC

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

Shades of Water Leaf #B9EADC

Tints of Water Leaf #B9EADC

Color information

#B9EADC (or 0xB9EADC) is unknown color: approx Water Leaf. HEX triplet: B9, EA and DC. RGB value is (185,234,220). Sum of RGB (Red+Green+Blue) = 185+234+220=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EADC is #461523. Grayscale: #D9D9D9. Windows color (decimal): -4592932 or 14478009. OLE color: 14478009.

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

Color convert

RGB185234220-
CMYK0.2100.060.08
HSL162.86º53.85%82.16%-
HSV(B)162.86º20.94%91.76%-
XYZ62.3574.3378.77-
YUV217.75129.27104.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=28.95%
G=36.62%
B=34.43%

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
Decimal1852342200.2100.060.08162.8653.8582.16
HexB9EADC15068a33652
Octal27135233425061024366122
Binary1011100111101010110111001010101101000101000111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EADC; }

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

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

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

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

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

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

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

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