#B1FCD7

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

Shades of Magic Mint #B1FCD7

Tints of Magic Mint #B1FCD7

Color information

#B1FCD7 (or 0xB1FCD7) is unknown color: approx Magic Mint. HEX triplet: B1, FC and D7. RGB value is (177,252,215). Sum of RGB (Red+Green+Blue) = 177+252+215=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCD7 is #4E0328. Grayscale: #E1E1E1. Windows color (decimal): -5112617 or 14154929. OLE color: 14154929.

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

Color convert

RGB177252215-
CMYK0.3000.150.01
HSL150.4º92.59%84.12%-
HSV(B)150.4º29.76%98.82%-
XYZ65.2183.8777.04-
YUV225.36122.1593.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=27.48%
G=39.13%
B=33.39%

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
Decimal1772522150.3000.150.01150.492.5984.12
HexB1FCD71E0F1965d54
Octal261374327360171226135124
Binary101100011111110011010111111100111111001011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCD7; }

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

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

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

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

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

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

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

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