#B9EDE1

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

Shades of Water Leaf #B9EDE1

Tints of Water Leaf #B9EDE1

Color information

#B9EDE1 (or 0xB9EDE1) is unknown color: approx Water Leaf. HEX triplet: B9, ED and E1. RGB value is (185,237,225). Sum of RGB (Red+Green+Blue) = 185+237+225=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE1 is #46121E. Grayscale: #DCDCDC. Windows color (decimal): -4592159 or 14806457. OLE color: 14806457.

HSL color Cylindrical-coordinate representation of color #B9EDE1: hue angle of 166.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EDE1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB185237225-
CMYK0.2200.050.07
HSL166.15º59.09%82.75%-
HSV(B)166.15º21.94%92.94%-
XYZ63.8876.3282.6-
YUV220.08130.77102.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.59%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=28.59%
G=36.63%
B=34.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852372250.2200.050.07166.1559.0982.75
HexB9EDE116057a63b53
Octal2713553412605724673123
Binary101110011110110111100001101100101111101001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDE1; }

 p { color: rgb(185,237,225); }

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

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

 a { background-color: rgb(185,237,225); }

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

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

 span { border-color: rgb(185,237,225); }

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