#B2FCE9

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

Shades of Water Leaf #B2FCE9

Tints of Water Leaf #B2FCE9

Color information

#B2FCE9 (or 0xB2FCE9) is unknown color: approx Water Leaf. HEX triplet: B2, FC and E9. RGB value is (178,252,233). Sum of RGB (Red+Green+Blue) = 178+252+233=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCE9 is #4D0316. Grayscale: #E3E3E3. Windows color (decimal): -5047063 or 15334578. OLE color: 15334578.

HSL color Cylindrical-coordinate representation of color #B2FCE9: hue angle of 164.59º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCE9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB178252233-
CMYK0.2900.080.01
HSL164.59º92.5%84.31%-
HSV(B)164.59º29.37%98.82%-
XYZ67.8884.9789.91-
YUV227.71130.9892.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.85%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=26.85%
G=38.01%
B=35.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522330.2900.080.01164.5992.584.31
HexB2FCE91D081a55c54
Octal262374351350101245134124
Binary101100101111110011101001111010100011010010110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCE9; }

 p { color: rgb(178,252,233); }

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

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

 a { background-color: rgb(178,252,233); }

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

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

 span { border-color: rgb(178,252,233); }

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