#B1FAEA

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

Shades of Water Leaf #B1FAEA

Tints of Water Leaf #B1FAEA

Color information

#B1FAEA (or 0xB1FAEA) is unknown color: approx Water Leaf. HEX triplet: B1, FA and EA. RGB value is (177,250,234). Sum of RGB (Red+Green+Blue) = 177+250+234=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAEA is #4E0515. Grayscale: #E2E2E2. Windows color (decimal): -5113110 or 15399601. OLE color: 15399601.

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

Color convert

RGB177250234-
CMYK0.2900.060.02
HSL166.85º87.95%83.73%-
HSV(B)166.85º29.2%98.04%-
XYZ67.1783.6690.45-
YUV226.35132.3292.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=26.78%
G=37.82%
B=35.40%

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
Decimal1772502340.2900.060.02166.8587.9583.73
HexB1FAEA1D062a75854
Octal26137235235062247130124
Binary101100011111101011101010111010110101010011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAEA; }

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

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

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

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

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

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

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

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