#B1FCCE

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

Shades of Magic Mint #B1FCCE

Tints of Magic Mint #B1FCCE

Color information

#B1FCCE (or 0xB1FCCE) is unknown color: approx Magic Mint. HEX triplet: B1, FC and CE. RGB value is (177,252,206). Sum of RGB (Red+Green+Blue) = 177+252+206=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCE is #4E0331. Grayscale: #E0E0E0. Windows color (decimal): -5112626 or 13565105. OLE color: 13565105.

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

Color convert

RGB177252206-
CMYK0.3000.180.01
HSL143.2º92.59%84.12%-
HSV(B)143.2º29.76%98.82%-
XYZ64.0883.4271.12-
YUV224.33117.6594.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=27.87%
G=39.69%
B=32.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522060.3000.180.01143.292.5984.12
HexB1FCCE1E01218f5d54
Octal261374316360221217135124
Binary1011000111111100110011101111001001011000111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCCE; }

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

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

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

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

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

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

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

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