#B9EFE8

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

Shades of Water Leaf #B9EFE8

Tints of Water Leaf #B9EFE8

Color information

#B9EFE8 (or 0xB9EFE8) is unknown color: approx Water Leaf. HEX triplet: B9, EF and E8. RGB value is (185,239,232). Sum of RGB (Red+Green+Blue) = 185+239+232=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFE8 is #461017. Grayscale: #DEDEDE. Windows color (decimal): -4591640 or 15265721. OLE color: 15265721.

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

Color convert

RGB185239232-
CMYK0.2300.030.06
HSL172.22º62.79%83.14%-
HSV(B)172.22º22.59%93.73%-
XYZ65.4477.8787.93-
YUV222.06133.61101.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=28.20%
G=36.43%
B=35.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392320.2300.030.06172.2262.7983.14
HexB9EFE817036ac3f53
Octal2713573502703625477123
Binary10111001111011111110100010111011110101011001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFE8; }

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

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

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

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

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

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

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

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