#B2FFE2

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

Shades of Water Leaf #B2FFE2

Tints of Water Leaf #B2FFE2

Color information

#B2FFE2 (or 0xB2FFE2) is unknown color: approx Water Leaf. HEX triplet: B2, FF and E2. RGB value is (178,255,226). Sum of RGB (Red+Green+Blue) = 178+255+226=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFE2 is #4D001D. Grayscale: #E4E4E4. Windows color (decimal): -5046302 or 14876594. OLE color: 14876594.

HSL color Cylindrical-coordinate representation of color #B2FFE2: hue angle of 157.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFE2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB178255226-
CMYK0.3000.110
HSL157.4º100%84.9%-
HSV(B)157.4º30.2%100%-
XYZ67.8586.4885.07-
YUV228.67126.4991.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.01%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=27.01%
G=38.69%
B=34.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552260.3000.110157.410084.9
HexB2FFE21E0B09d6455
Octal262377342360130235144125
Binary101100101111111111100010111100101101001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFE2; }

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

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

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

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

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

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

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

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