#B1FBEA

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

Shades of Water Leaf #B1FBEA

Tints of Water Leaf #B1FBEA

Color information

#B1FBEA (or 0xB1FBEA) is unknown color: approx Water Leaf. HEX triplet: B1, FB and EA. RGB value is (177,251,234). Sum of RGB (Red+Green+Blue) = 177+251+234=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBEA is #4E0415. Grayscale: #E2E2E2. Windows color (decimal): -5112854 or 15399857. OLE color: 15399857.

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

Color convert

RGB177251234-
CMYK0.2900.070.02
HSL166.22º90.24%83.92%-
HSV(B)166.22º29.48%98.43%-
XYZ67.4884.2890.55-
YUV226.94131.9892.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.74%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=26.74%
G=37.92%
B=35.35%

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
Decimal1772512340.2900.070.02166.2290.2483.92
HexB1FBEA1D072a65a54
Octal26137335235072246132124
Binary101100011111101111101010111010111101010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBEA; }

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

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

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

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

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

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

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

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