#B8FCDC

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

Shades of Magic Mint #B8FCDC

Tints of Magic Mint #B8FCDC

Color information

#B8FCDC (or 0xB8FCDC) is unknown color: approx Magic Mint. HEX triplet: B8, FC and DC. RGB value is (184,252,220). Sum of RGB (Red+Green+Blue) = 184+252+220=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCDC is #470323. Grayscale: #E4E4E4. Windows color (decimal): -4653860 or 14482616. OLE color: 14482616.

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

Color convert

RGB184252220-
CMYK0.2700.130.01
HSL151.76º91.89%85.49%-
HSV(B)151.76º26.98%98.82%-
XYZ67.584.9880.56-
YUV228.02123.4796.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=28.05%
G=38.41%
B=33.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522200.2700.130.01151.7691.8985.49
HexB8FCDC1B0D1985c55
Octal270374334330151230134125
Binary101110001111110011011100110110110111001100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCDC; }

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

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

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

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

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

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

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

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