#B9EFE5

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

Shades of Water Leaf #B9EFE5

Tints of Water Leaf #B9EFE5

Color information

#B9EFE5 (or 0xB9EFE5) is unknown color: approx Water Leaf. HEX triplet: B9, EF and E5. RGB value is (185,239,229). Sum of RGB (Red+Green+Blue) = 185+239+229=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFE5 is #46101A. Grayscale: #DDDDDD. Windows color (decimal): -4591643 or 15069113. OLE color: 15069113.

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

Color convert

RGB185239229-
CMYK0.2300.040.06
HSL168.89º62.79%83.14%-
HSV(B)168.89º22.59%93.73%-
XYZ65.0277.785.7-
YUV221.71132.11101.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.33%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=28.33%
G=36.60%
B=35.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392290.2300.040.06168.8962.7983.14
HexB9EFE517046a93f53
Octal2713573452704625177123
Binary101110011110111111100101101110100110101010011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFE5; }

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

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

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

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

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

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

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

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