#B2FFE3

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

Shades of Water Leaf #B2FFE3

Tints of Water Leaf #B2FFE3

Color information

#B2FFE3 (or 0xB2FFE3) is unknown color: approx Water Leaf. HEX triplet: B2, FF and E3. RGB value is (178,255,227). Sum of RGB (Red+Green+Blue) = 178+255+227=660 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.97% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFE3 is #4D001C. Grayscale: #E4E4E4. Windows color (decimal): -5046301 or 14942130. OLE color: 14942130.

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

Color convert

RGB178255227-
CMYK0.3000.110
HSL158.18º100%84.9%-
HSV(B)158.18º30.2%100%-
XYZ67.9986.5385.79-
YUV228.79126.9991.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.97%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 227 (89.06% from 255) = 34.39%
R=26.97%
G=38.64%
B=34.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552270.3000.110158.1810084.9
HexB2FFE31E0B09e6455
Octal262377343360130236144125
Binary101100101111111111100011111100101101001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFE3; }

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

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

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

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

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

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

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

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