#B9EDE3

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

Shades of Water Leaf #B9EDE3

Tints of Water Leaf #B9EDE3

Color information

#B9EDE3 (or 0xB9EDE3) is unknown color: approx Water Leaf. HEX triplet: B9, ED and E3. RGB value is (185,237,227). Sum of RGB (Red+Green+Blue) = 185+237+227=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE3 is #46121C. Grayscale: #DCDCDC. Windows color (decimal): -4592157 or 14937529. OLE color: 14937529.

HSL color Cylindrical-coordinate representation of color #B9EDE3: hue angle of 168.46º 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 #B9EDE3 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB185237227-
CMYK0.2200.040.07
HSL168.46º59.09%82.75%-
HSV(B)168.46º21.94%92.94%-
XYZ64.1676.4384.04-
YUV220.31131.77102.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.51%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=28.51%
G=36.52%
B=34.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852372270.2200.040.07168.4659.0982.75
HexB9EDE316047a83b53
Octal2713553432604725073123
Binary101110011110110111100011101100100111101010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDE3; }

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

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

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

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

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

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

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

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