#B2EFD9

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

Shades of Water Leaf #B2EFD9

Tints of Water Leaf #B2EFD9

Color information

#B2EFD9 (or 0xB2EFD9) is unknown color: approx Water Leaf. HEX triplet: B2, EF and D9. RGB value is (178,239,217). Sum of RGB (Red+Green+Blue) = 178+239+217=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFD9 is #4D1026. Grayscale: #DADADA. Windows color (decimal): -5050407 or 14282674. OLE color: 14282674.

HSL color Cylindrical-coordinate representation of color #B2EFD9: hue angle of 158.36º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFD9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB178239217-
CMYK0.2600.090.06
HSL158.36º65.59%81.76%-
HSV(B)158.36º25.52%93.73%-
XYZ61.7576.2177.1-
YUV218.25127.2999.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.08%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=28.08%
G=37.70%
B=34.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392170.2600.090.06158.3665.5981.76
HexB2EFD91A0969e4252
Octal262357331320116236102122
Binary10110010111011111101100111010010011101001111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFD9; }

 p { color: rgb(178,239,217); }

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

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

 a { background-color: rgb(178,239,217); }

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

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

 span { border-color: rgb(178,239,217); }

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