#B1FCD6

Color #B1FCD6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1FCD6

Tints of Magic Mint #B1FCD6

Color information

#B1FCD6 (or 0xB1FCD6) is unknown color: approx Magic Mint. HEX triplet: B1, FC and D6. RGB value is (177,252,214). Sum of RGB (Red+Green+Blue) = 177+252+214=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCD6 is #4E0329. Grayscale: #E1E1E1. Windows color (decimal): -5112618 or 14089393. OLE color: 14089393.

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

Color convert

RGB177252214-
CMYK0.3000.150.01
HSL149.6º92.59%84.12%-
HSV(B)149.6º29.76%98.82%-
XYZ65.0883.8276.37-
YUV225.24121.6593.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=27.53%
G=39.19%
B=33.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522140.3000.150.01149.692.5984.12
HexB1FCD61E0F1965d54
Octal261374326360171226135124
Binary101100011111110011010110111100111111001011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCD6; }

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

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

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

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

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

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

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

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