#B2FCE8

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

Shades of Water Leaf #B2FCE8

Tints of Water Leaf #B2FCE8

Color information

#B2FCE8 (or 0xB2FCE8) is unknown color: approx Water Leaf. HEX triplet: B2, FC and E8. RGB value is (178,252,232). Sum of RGB (Red+Green+Blue) = 178+252+232=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCE8 is #4D0317. Grayscale: #E3E3E3. Windows color (decimal): -5047064 or 15269042. OLE color: 15269042.

HSL color Cylindrical-coordinate representation of color #B2FCE8: hue angle of 163.78º 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 #B2FCE8 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB178252232-
CMYK0.2900.080.01
HSL163.78º92.5%84.31%-
HSV(B)163.78º29.37%98.82%-
XYZ67.7484.9189.16-
YUV227.59130.4892.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.89%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=26.89%
G=38.07%
B=35.05%

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
Decimal1782522320.2900.080.01163.7892.584.31
HexB2FCE81D081a45c54
Octal262374350350101244134124
Binary101100101111110011101000111010100011010010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCE8; }

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

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

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

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

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

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

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

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