#B1FAE8

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

Shades of Water Leaf #B1FAE8

Tints of Water Leaf #B1FAE8

Color information

#B1FAE8 (or 0xB1FAE8) is unknown color: approx Water Leaf. HEX triplet: B1, FA and E8. RGB value is (177,250,232). Sum of RGB (Red+Green+Blue) = 177+250+232=659 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.86% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAE8 is #4E0517. Grayscale: #E2E2E2. Windows color (decimal): -5113112 or 15268529. OLE color: 15268529.

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

Color convert

RGB177250232-
CMYK0.2900.070.02
HSL165.21º87.95%83.73%-
HSV(B)165.21º29.2%98.04%-
XYZ66.8883.5488.94-
YUV226.12131.3292.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.86%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=26.86%
G=37.94%
B=35.20%

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
Decimal1772502320.2900.070.02165.2187.9583.73
HexB1FAE81D072a55854
Octal26137235035072245130124
Binary101100011111101011101000111010111101010010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAE8; }

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

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

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

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

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

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

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

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