#B2FFE4

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

Shades of Water Leaf #B2FFE4

Tints of Water Leaf #B2FFE4

Color information

#B2FFE4 (or 0xB2FFE4) is unknown color: approx Water Leaf. HEX triplet: B2, FF and E4. RGB value is (178,255,228). Sum of RGB (Red+Green+Blue) = 178+255+228=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFE4 is #4D001B. Grayscale: #E4E4E4. Windows color (decimal): -5046300 or 15007666. OLE color: 15007666.

HSL color Cylindrical-coordinate representation of color #B2FFE4: hue angle of 158.96º 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 #B2FFE4 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB178255228-
CMYK0.3000.110
HSL158.96º100%84.9%-
HSV(B)158.96º30.2%100%-
XYZ68.1286.5986.52-
YUV228.9127.4991.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.93%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=26.93%
G=38.58%
B=34.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552280.3000.110158.9610084.9
HexB2FFE41E0B09f6455
Octal262377344360130237144125
Binary101100101111111111100100111100101101001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFE4; }

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

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

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

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

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

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

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

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