#B1FDE7

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

Shades of Water Leaf #B1FDE7

Tints of Water Leaf #B1FDE7

Color information

#B1FDE7 (or 0xB1FDE7) is unknown color: approx Water Leaf. HEX triplet: B1, FD and E7. RGB value is (177,253,231). Sum of RGB (Red+Green+Blue) = 177+253+231=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDE7 is #4E0218. Grayscale: #E3E3E3. Windows color (decimal): -5112345 or 15203761. OLE color: 15203761.

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

Color convert

RGB177253231-
CMYK0.3000.090.01
HSL162.63º95%84.31%-
HSV(B)162.63º30.04%99.22%-
XYZ67.6885.3788.51-
YUV227.77129.8291.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=26.78%
G=38.28%
B=34.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772532310.3000.090.01162.639584.31
HexB1FDE71E091a35f54
Octal261375347360111243137124
Binary101100011111110111100111111100100111010001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDE7; }

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

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

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

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

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

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

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

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