Shades of Scandal #BADCDA
Tints of Scandal #BADCDA
RGB
CMYK
RGB Variations
Color information
#BADCDA (or 0xBADCDA) is known color: Scandal. HEX triplet: BA, DC and DA. RGB value is (186,220,218). Sum of RGB (Red+Green+Blue) = 186+220+218=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDA is #452325. Grayscale: #D1D1D1. Windows color (decimal): -4530982 or 14343354. OLE color: 14343354.
HSL color Cylindrical-coordinate representation of color #BADCDA: hue angle of 176.47º 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 #BADCDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 220 | 218 | - |
CMYK | 0.15 | 0 | 0.01 | 0.14 |
HSL | 176.47º | 0.33% | 0.8% | - |
HSV(B) | 176.47º | 0.15% | 0.86% | - |
XYZ | 58.5 | 66.69 | 76.12 | - |
YUV | 209.61 | 132.74 | 111.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 220 | 218 | 0.15 | 0 | 0.01 | 0.14 | 176.47 | 0.33 | 0.8 |
Hex | BA | DC | DA | F | 0 | 1 | E | B0 | 21 | 50 |
Octal | 272 | 334 | 332 | 17 | 0 | 1 | 16 | 260 | 41 | 120 |
Binary | 10111010 | 11011100 | 11011010 | 1111 | 0 | 1 | 1110 | 10110000 | 100001 | 1010000 |
Color Harmonies of #BADCDA
Complementary color
Monochromatic Colors of #BADCDA
Black with #BADCDA
Text Example
Text Example
White with #BADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCDA; }
p { color: rgb(186,220,218); }
H1.HeaderClassName
{
color: #BADCDA;
}
.AnyTagClassName
{
color: #BADCDA;
}
</style>
background-color css
<style>
a { background-color: #BADCDA; }
a { background-color: rgb(186,220,218); }
div.DivClassName
{
background-color: #BADCDA;
}
.BgClassName
{
background-color: #BADCDA;
}
</style>
border-color css
<style>
span { border-color: #BADCDA; }
span { border-color: rgb(186,220,218); }
td.TdClassName
{
border-color: #BADCDA;
}
.TagClassName
{
border-color: #BADCDA;
}
</style>