#B2FBE2

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

Shades of Water Leaf #B2FBE2

Tints of Water Leaf #B2FBE2

Color information

#B2FBE2 (or 0xB2FBE2) is unknown color: approx Water Leaf. HEX triplet: B2, FB and E2. RGB value is (178,251,226). Sum of RGB (Red+Green+Blue) = 178+251+226=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBE2 is #4D041D. Grayscale: #E2E2E2. Windows color (decimal): -5047326 or 14875570. OLE color: 14875570.

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

Color convert

RGB178251226-
CMYK0.2900.100.02
HSL159.45º90.12%84.12%-
HSV(B)159.45º29.08%98.43%-
XYZ66.5883.9584.65-
YUV226.32127.8293.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.18%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=27.18%
G=38.32%
B=34.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512260.2900.100.02159.4590.1284.12
HexB2FBE21D0A29f5a54
Octal262373342350122237132124
Binary1011001011111011111000101110101010101001111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBE2; }

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

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

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

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

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

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

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

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