#B9FCD1

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

Shades of Magic Mint #B9FCD1

Tints of Magic Mint #B9FCD1

Color information

#B9FCD1 (or 0xB9FCD1) is unknown color: approx Magic Mint. HEX triplet: B9, FC and D1. RGB value is (185,252,209). Sum of RGB (Red+Green+Blue) = 185+252+209=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCD1 is #46032E. Grayscale: #E3E3E3. Windows color (decimal): -4588335 or 13761721. OLE color: 13761721.

HSL color Cylindrical-coordinate representation of color #B9FCD1: hue angle of 141.49º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCD1 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB185252209-
CMYK0.2700.170.01
HSL141.49º91.78%85.69%-
HSV(B)141.49º26.59%98.82%-
XYZ66.3384.5473.14-
YUV227.06117.898-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=28.64%
G=39.01%
B=32.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522090.2700.170.01141.4991.7885.69
HexB9FCD11B01118d5c56
Octal271374321330211215134126
Binary1011100111111100110100011101101000111000110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCD1; }

 p { color: rgb(185,252,209); }

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

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

 a { background-color: rgb(185,252,209); }

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

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

 span { border-color: rgb(185,252,209); }

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