Shades of Magic Mint #B5FBDC
Tints of Magic Mint #B5FBDC
RGB
CMYK
RGB Variations
Color information
#B5FBDC (or 0xB5FBDC) is known color: Magic Mint. HEX triplet: B5, FB and DC. RGB value is (181,251,220). Sum of RGB (Red+Green+Blue) = 181+251+220=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBDC is #4A0423. Grayscale: #E2E2E2. Windows color (decimal): -4850724 or 14482357. OLE color: 14482357.
HSL color Cylindrical-coordinate representation of color #B5FBDC: hue angle of 153.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBDC is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 220 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 153.43º | 0.9% | 0.85% | - |
| HSV(B) | 153.43º | 0.28% | 0.98% | - |
| XYZ | 66.47 | 83.99 | 80.42 | - |
| YUV | 226.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 220 | 0.28 | 0 | 0.12 | 0.02 | 153.43 | 0.9 | 0.85 |
| Hex | B5 | FB | DC | 1C | 0 | C | 2 | 99 | 5A | 55 |
| Octal | 265 | 373 | 334 | 34 | 0 | 14 | 2 | 231 | 132 | 125 |
| Binary | 10110101 | 11111011 | 11011100 | 11100 | 0 | 1100 | 10 | 10011001 | 1011010 | 1010101 |
Color Harmonies of #B5FBDC
Complementary color
Monochromatic Colors of #B5FBDC
Black with #B5FBDC
Text Example
Text Example
White with #B5FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBDC; }
p { color: rgb(181,251,220); }
H1.HeaderClassName
{
color: #B5FBDC;
}
.AnyTagClassName
{
color: #B5FBDC;
}
</style>
background-color css
<style>
a { background-color: #B5FBDC; }
a { background-color: rgb(181,251,220); }
div.DivClassName
{
background-color: #B5FBDC;
}
.BgClassName
{
background-color: #B5FBDC;
}
</style>
border-color css
<style>
span { border-color: #B5FBDC; }
span { border-color: rgb(181,251,220); }
td.TdClassName
{
border-color: #B5FBDC;
}
.TagClassName
{
border-color: #B5FBDC;
}
</style>