#B1FAE3

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

Shades of Water Leaf #B1FAE3

Tints of Water Leaf #B1FAE3

Color information

#B1FAE3 (or 0xB1FAE3) is unknown color: approx Water Leaf. HEX triplet: B1, FA and E3. RGB value is (177,250,227). Sum of RGB (Red+Green+Blue) = 177+250+227=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAE3 is #4E051C. Grayscale: #E1E1E1. Windows color (decimal): -5113117 or 14940849. OLE color: 14940849.

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

Color convert

RGB177250227-
CMYK0.2900.090.02
HSL161.1º87.95%83.73%-
HSV(B)161.1º29.2%98.04%-
XYZ66.1883.2685.26-
YUV225.55128.8293.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.06%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=27.06%
G=38.23%
B=34.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502270.2900.090.02161.187.9583.73
HexB1FAE31D092a15854
Octal261372343350112241130124
Binary1011000111111010111000111110101001101010000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAE3; }

 p { color: rgb(177,250,227); }

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

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

 a { background-color: rgb(177,250,227); }

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

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

 span { border-color: rgb(177,250,227); }

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