#B2FBEA

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

Shades of Water Leaf #B2FBEA

Tints of Water Leaf #B2FBEA

Color information

#B2FBEA (or 0xB2FBEA) is unknown color: approx Water Leaf. HEX triplet: B2, FB and EA. RGB value is (178,251,234). Sum of RGB (Red+Green+Blue) = 178+251+234=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBEA is #4D0415. Grayscale: #E3E3E3. Windows color (decimal): -5047318 or 15399858. OLE color: 15399858.

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

Color convert

RGB178251234-
CMYK0.2900.070.02
HSL166.03º90.12%84.12%-
HSV(B)166.03º29.08%98.43%-
XYZ67.7184.490.56-
YUV227.24131.8292.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.85%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=26.85%
G=37.86%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512340.2900.070.02166.0390.1284.12
HexB2FBEA1D072a65a54
Octal26237335235072246132124
Binary101100101111101111101010111010111101010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBEA; }

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

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

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

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

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

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

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

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