#B2FCE5

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

Shades of Water Leaf #B2FCE5

Tints of Water Leaf #B2FCE5

Color information

#B2FCE5 (or 0xB2FCE5) is unknown color: approx Water Leaf. HEX triplet: B2, FC and E5. RGB value is (178,252,229). Sum of RGB (Red+Green+Blue) = 178+252+229=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCE5 is #4D031A. Grayscale: #E3E3E3. Windows color (decimal): -5047067 or 15072434. OLE color: 15072434.

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

Color convert

RGB178252229-
CMYK0.2900.090.01
HSL161.35º92.5%84.31%-
HSV(B)161.35º29.37%98.82%-
XYZ67.3184.7486.94-
YUV227.25128.9892.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.01%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=27.01%
G=38.24%
B=34.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522290.2900.090.01161.3592.584.31
HexB2FCE51D091a15c54
Octal262374345350111241134124
Binary101100101111110011100101111010100111010000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCE5; }

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

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

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

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

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

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

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

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