#B1FAE0

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

Shades of Water Leaf #B1FAE0

Tints of Water Leaf #B1FAE0

Color information

#B1FAE0 (or 0xB1FAE0) is unknown color: approx Water Leaf. HEX triplet: B1, FA and E0. RGB value is (177,250,224). Sum of RGB (Red+Green+Blue) = 177+250+224=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAE0 is #4E051F. Grayscale: #E1E1E1. Windows color (decimal): -5113120 or 14744241. OLE color: 14744241.

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

Color convert

RGB177250224-
CMYK0.2900.100.02
HSL158.63º87.95%83.73%-
HSV(B)158.63º29.2%98.04%-
XYZ65.7783.183.09-
YUV225.21127.3293.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=27.19%
G=38.40%
B=34.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502240.2900.100.02158.6387.9583.73
HexB1FAE01D0A29f5854
Octal261372340350122237130124
Binary1011000111111010111000001110101010101001111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAE0; }

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

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

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

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

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

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

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

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