#B2FBE0

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

Shades of Water Leaf #B2FBE0

Tints of Water Leaf #B2FBE0

Color information

#B2FBE0 (or 0xB2FBE0) is unknown color: approx Water Leaf. HEX triplet: B2, FB and E0. RGB value is (178,251,224). Sum of RGB (Red+Green+Blue) = 178+251+224=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBE0 is #4D041F. Grayscale: #E2E2E2. Windows color (decimal): -5047328 or 14744498. OLE color: 14744498.

HSL color Cylindrical-coordinate representation of color #B2FBE0: hue angle of 157.81º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBE0 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB178251224-
CMYK0.2900.110.02
HSL157.81º90.12%84.12%-
HSV(B)157.81º29.08%98.43%-
XYZ66.3183.8483.21-
YUV226.1126.8293.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.26%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=27.26%
G=38.44%
B=34.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512240.2900.110.02157.8190.1284.12
HexB2FBE01D0B29e5a54
Octal262373340350132236132124
Binary1011001011111011111000001110101011101001111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBE0; }

 p { color: rgb(178,251,224); }

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

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

 a { background-color: rgb(178,251,224); }

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

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

 span { border-color: rgb(178,251,224); }

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