#B9FCD3

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

Shades of Magic Mint #B9FCD3

Tints of Magic Mint #B9FCD3

Color information

#B9FCD3 (or 0xB9FCD3) is unknown color: approx Magic Mint. HEX triplet: B9, FC and D3. RGB value is (185,252,211). Sum of RGB (Red+Green+Blue) = 185+252+211=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCD3 is #46032C. Grayscale: #E3E3E3. Windows color (decimal): -4588333 or 13892793. OLE color: 13892793.

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

Color convert

RGB185252211-
CMYK0.2700.160.01
HSL143.28º91.78%85.69%-
HSV(B)143.28º26.59%98.82%-
XYZ66.5884.6474.46-
YUV227.29118.897.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=28.55%
G=38.89%
B=32.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522110.2700.160.01143.2891.7885.69
HexB9FCD31B01018f5c56
Octal271374323330201217134126
Binary1011100111111100110100111101101000011000111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCD3; }

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

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

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

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

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

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

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

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