#B8FCDD

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

Shades of Magic Mint #B8FCDD

Tints of Magic Mint #B8FCDD

Color information

#B8FCDD (or 0xB8FCDD) is unknown color: approx Magic Mint. HEX triplet: B8, FC and DD. RGB value is (184,252,221). Sum of RGB (Red+Green+Blue) = 184+252+221=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCDD is #470322. Grayscale: #E4E4E4. Windows color (decimal): -4653859 or 14548152. OLE color: 14548152.

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

Color convert

RGB184252221-
CMYK0.2700.120.01
HSL152.65º91.89%85.49%-
HSV(B)152.65º26.98%98.82%-
XYZ67.6385.0381.25-
YUV228.13123.9796.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.01%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=28.01%
G=38.36%
B=33.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522210.2700.120.01152.6591.8985.49
HexB8FCDD1B0C1995c55
Octal270374335330141231134125
Binary101110001111110011011101110110110011001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCDD; }

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

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

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

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

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

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

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

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