#B1FCEB

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

Shades of Water Leaf #B1FCEB

Tints of Water Leaf #B1FCEB

Color information

#B1FCEB (or 0xB1FCEB) is unknown color: approx Water Leaf. HEX triplet: B1, FC and EB. RGB value is (177,252,235). Sum of RGB (Red+Green+Blue) = 177+252+235=664 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.66% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCEB is #4E0314. Grayscale: #E3E3E3. Windows color (decimal): -5112597 or 15465649. OLE color: 15465649.

HSL color Cylindrical-coordinate representation of color #B1FCEB: hue angle of 166.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB177252235-
CMYK0.3000.070.01
HSL166.4º92.59%84.12%-
HSV(B)166.4º29.76%98.82%-
XYZ67.9484.9791.42-
YUV227.64132.1591.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.66%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=26.66%
G=37.95%
B=35.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522350.3000.070.01166.492.5984.12
HexB1FCEB1E071a65d54
Octal26137435336071246135124
Binary10110001111111001110101111110011111010011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCEB; }

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

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

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

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

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

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

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

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