#B1FDEA

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

Shades of Water Leaf #B1FDEA

Tints of Water Leaf #B1FDEA

Color information

#B1FDEA (or 0xB1FDEA) is unknown color: approx Water Leaf. HEX triplet: B1, FD and EA. RGB value is (177,253,234). Sum of RGB (Red+Green+Blue) = 177+253+234=664 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.66% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDEA is #4E0215. Grayscale: #E4E4E4. Windows color (decimal): -5112342 or 15400369. OLE color: 15400369.

HSL color Cylindrical-coordinate representation of color #B1FDEA: hue angle of 165º degrees, saturation: 0.95, 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 #B1FDEA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB177253234-
CMYK0.3000.080.01
HSL165º95%84.31%-
HSV(B)165º30.04%99.22%-
XYZ68.1185.5490.76-
YUV228.11131.3291.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.66%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=26.66%
G=38.10%
B=35.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772532340.3000.080.011659584.31
HexB1FDEA1E081a55f54
Octal261375352360101245137124
Binary101100011111110111101010111100100011010010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDEA; }

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

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

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

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

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

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

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

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