Shades of Scandal #BADCD9
Tints of Scandal #BADCD9
RGB
CMYK
RGB Variations
Color information
#BADCD9 (or 0xBADCD9) is known color: Scandal. HEX triplet: BA, DC and D9. RGB value is (186,220,217). Sum of RGB (Red+Green+Blue) = 186+220+217=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD9 is #452326. Grayscale: #D1D1D1. Windows color (decimal): -4530983 or 14277818. OLE color: 14277818.
HSL color Cylindrical-coordinate representation of color #BADCD9: hue angle of 174.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 217 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.14 |
| HSL | 174.71º | 0.33% | 0.8% | - |
| HSV(B) | 174.71º | 0.15% | 0.86% | - |
| XYZ | 58.37 | 66.64 | 75.43 | - |
| YUV | 209.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 217 | 0.15 | 0 | 0.01 | 0.14 | 174.71 | 0.33 | 0.8 |
| Hex | BA | DC | D9 | F | 0 | 1 | E | AF | 21 | 50 |
| Octal | 272 | 334 | 331 | 17 | 0 | 1 | 16 | 257 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11011001 | 1111 | 0 | 1 | 1110 | 10101111 | 100001 | 1010000 |
Color Harmonies of #BADCD9
Complementary color
Monochromatic Colors of #BADCD9
Black with #BADCD9
Text Example
Text Example
White with #BADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCD9; }
p { color: rgb(186,220,217); }
H1.HeaderClassName
{
color: #BADCD9;
}
.AnyTagClassName
{
color: #BADCD9;
}
</style>
background-color css
<style>
a { background-color: #BADCD9; }
a { background-color: rgb(186,220,217); }
div.DivClassName
{
background-color: #BADCD9;
}
.BgClassName
{
background-color: #BADCD9;
}
</style>
border-color css
<style>
span { border-color: #BADCD9; }
span { border-color: rgb(186,220,217); }
td.TdClassName
{
border-color: #BADCD9;
}
.TagClassName
{
border-color: #BADCD9;
}
</style>