#B9EFE2

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

Shades of Water Leaf #B9EFE2

Tints of Water Leaf #B9EFE2

Color information

#B9EFE2 (or 0xB9EFE2) is unknown color: approx Water Leaf. HEX triplet: B9, EF and E2. RGB value is (185,239,226). Sum of RGB (Red+Green+Blue) = 185+239+226=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFE2 is #46101D. Grayscale: #DDDDDD. Windows color (decimal): -4591646 or 14872505. OLE color: 14872505.

HSL color Cylindrical-coordinate representation of color #B9EFE2: hue angle of 165.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFE2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB185239226-
CMYK0.2300.050.06
HSL165.56º62.79%83.14%-
HSV(B)165.56º22.59%93.73%-
XYZ64.677.5483.51-
YUV221.37130.61102.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.46%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=28.46%
G=36.77%
B=34.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392260.2300.050.06165.5662.7983.14
HexB9EFE217056a63f53
Octal2713573422705624677123
Binary101110011110111111100010101110101110101001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFE2; }

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

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

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

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

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

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

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

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