#B2EBD9

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

Shades of Water Leaf #B2EBD9

Tints of Water Leaf #B2EBD9

Color information

#B2EBD9 (or 0xB2EBD9) is unknown color: approx Water Leaf. HEX triplet: B2, EB and D9. RGB value is (178,235,217). Sum of RGB (Red+Green+Blue) = 178+235+217=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBD9 is #4D1426. Grayscale: #D7D7D7. Windows color (decimal): -5051431 or 14281650. OLE color: 14281650.

HSL color Cylindrical-coordinate representation of color #B2EBD9: hue angle of 161.05º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBD9 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB178235217-
CMYK0.2400.080.08
HSL161.05º58.76%80.98%-
HSV(B)161.05º24.26%92.16%-
XYZ60.5973.8976.71-
YUV215.9128.62100.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.25%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=28.25%
G=37.30%
B=34.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782352170.2400.080.08161.0558.7680.98
HexB2EBD918088a13b51
Octal262353331300101024173121
Binary10110010111010111101100111000010001000101000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBD9; }

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

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

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

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

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

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

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

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