#B1FCD5

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

Shades of Magic Mint #B1FCD5

Tints of Magic Mint #B1FCD5

Color information

#B1FCD5 (or 0xB1FCD5) is unknown color: approx Magic Mint. HEX triplet: B1, FC and D5. RGB value is (177,252,213). Sum of RGB (Red+Green+Blue) = 177+252+213=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCD5 is #4E032A. Grayscale: #E1E1E1. Windows color (decimal): -5112619 or 14023857. OLE color: 14023857.

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

Color convert

RGB177252213-
CMYK0.3000.150.01
HSL148.8º92.59%84.12%-
HSV(B)148.8º29.76%98.82%-
XYZ64.9583.7775.7-
YUV225.13121.1593.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=27.57%
G=39.25%
B=33.18%

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
Decimal1772522130.3000.150.01148.892.5984.12
HexB1FCD51E0F1955d54
Octal261374325360171225135124
Binary101100011111110011010101111100111111001010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCD5; }

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

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

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

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

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

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

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

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