#B9EDE2

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

Shades of Water Leaf #B9EDE2

Tints of Water Leaf #B9EDE2

Color information

#B9EDE2 (or 0xB9EDE2) is unknown color: approx Water Leaf. HEX triplet: B9, ED and E2. RGB value is (185,237,226). Sum of RGB (Red+Green+Blue) = 185+237+226=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE2 is #46121D. Grayscale: #DCDCDC. Windows color (decimal): -4592158 or 14871993. OLE color: 14871993.

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

Color convert

RGB185237226-
CMYK0.2200.050.07
HSL167.31º59.09%82.75%-
HSV(B)167.31º21.94%92.94%-
XYZ64.0276.3783.32-
YUV220.2131.27102.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=28.55%
G=36.57%
B=34.88%

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
Decimal1852372260.2200.050.07167.3159.0982.75
HexB9EDE216057a73b53
Octal2713553422605724773123
Binary101110011110110111100010101100101111101001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDE2; }

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

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

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

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

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

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

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

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