#B1FAEB

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

Shades of Water Leaf #B1FAEB

Tints of Water Leaf #B1FAEB

Color information

#B1FAEB (or 0xB1FAEB) is unknown color: approx Water Leaf. HEX triplet: B1, FA and EB. RGB value is (177,250,235). Sum of RGB (Red+Green+Blue) = 177+250+235=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAEB is #4E0514. Grayscale: #E2E2E2. Windows color (decimal): -5113109 or 15465137. OLE color: 15465137.

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

Color convert

RGB177250235-
CMYK0.2900.060.02
HSL167.67º87.95%83.73%-
HSV(B)167.67º29.2%98.04%-
XYZ67.3183.7291.21-
YUV226.46132.8292.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.74%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=26.74%
G=37.76%
B=35.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502350.2900.060.02167.6787.9583.73
HexB1FAEB1D062a85854
Octal26137235335062250130124
Binary101100011111101011101011111010110101010100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAEB; }

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

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

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

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

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

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

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

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