Shades of Scandal #BADAD8
Tints of Scandal #BADAD8
RGB
CMYK
RGB Variations
Color information
#BADAD8 (or 0xBADAD8) is known color: Scandal. HEX triplet: BA, DA and D8. RGB value is (186,218,216). Sum of RGB (Red+Green+Blue) = 186+218+216=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAD8 is #452527. Grayscale: #D0D0D0. Windows color (decimal): -4531496 or 14211770. OLE color: 14211770.
HSL color Cylindrical-coordinate representation of color #BADAD8: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAD8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 216 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.15 |
| HSL | 176.25º | 0.3% | 0.79% | - |
| HSV(B) | 176.25º | 0.15% | 0.85% | - |
| XYZ | 57.72 | 65.54 | 74.57 | - |
| YUV | 208.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 216 | 0.15 | 0 | 0.01 | 0.15 | 176.25 | 0.3 | 0.79 |
| Hex | BA | DA | D8 | F | 0 | 1 | F | B0 | 1E | 4F |
| Octal | 272 | 332 | 330 | 17 | 0 | 1 | 17 | 260 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11011000 | 1111 | 0 | 1 | 1111 | 10110000 | 11110 | 1001111 |
Color Harmonies of #BADAD8
Complementary color
Monochromatic Colors of #BADAD8
Black with #BADAD8
Text Example
Text Example
White with #BADAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAD8; }
p { color: rgb(186,218,216); }
H1.HeaderClassName
{
color: #BADAD8;
}
.AnyTagClassName
{
color: #BADAD8;
}
</style>
background-color css
<style>
a { background-color: #BADAD8; }
a { background-color: rgb(186,218,216); }
div.DivClassName
{
background-color: #BADAD8;
}
.BgClassName
{
background-color: #BADAD8;
}
</style>
border-color css
<style>
span { border-color: #BADAD8; }
span { border-color: rgb(186,218,216); }
td.TdClassName
{
border-color: #BADAD8;
}
.TagClassName
{
border-color: #BADAD8;
}
</style>