#B1FCDC

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

Shades of Magic Mint #B1FCDC

Tints of Magic Mint #B1FCDC

Color information

#B1FCDC (or 0xB1FCDC) is unknown color: approx Magic Mint. HEX triplet: B1, FC and DC. RGB value is (177,252,220). Sum of RGB (Red+Green+Blue) = 177+252+220=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDC is #4E0323. Grayscale: #E1E1E1. Windows color (decimal): -5112612 or 14482609. OLE color: 14482609.

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

Color convert

RGB177252220-
CMYK0.3000.130.01
HSL154.4º92.59%84.12%-
HSV(B)154.4º29.76%98.82%-
XYZ65.8684.1480.48-
YUV225.93124.6593.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.27%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=27.27%
G=38.83%
B=33.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522200.3000.130.01154.492.5984.12
HexB1FCDC1E0D19a5d54
Octal261374334360151232135124
Binary101100011111110011011100111100110111001101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCDC; }

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

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

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

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

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

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

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

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