Shades of Scandal #BAD9D5
Tints of Scandal #BAD9D5
RGB
CMYK
RGB Variations
Color information
#BAD9D5 (or 0xBAD9D5) is known color: Scandal. HEX triplet: BA, D9 and D5. RGB value is (186,217,213). Sum of RGB (Red+Green+Blue) = 186+217+213=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9D5 is #45262A. Grayscale: #CFCFCF. Windows color (decimal): -4531755 or 14014906. OLE color: 14014906.
HSL color Cylindrical-coordinate representation of color #BAD9D5: hue angle of 172.26º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD9D5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 186 | 217 | 213 | - |
CMYK | 0.14 | 0 | 0.02 | 0.15 |
HSL | 172.26º | 0.29% | 0.79% | - |
HSV(B) | 172.26º | 0.14% | 0.85% | - |
XYZ | 57.07 | 64.87 | 72.46 | - |
YUV | 207.28 | 131.23 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 217 | 213 | 0.14 | 0 | 0.02 | 0.15 | 172.26 | 0.29 | 0.79 |
Hex | BA | D9 | D5 | E | 0 | 2 | F | AC | 1D | 4F |
Octal | 272 | 331 | 325 | 16 | 0 | 2 | 17 | 254 | 35 | 117 |
Binary | 10111010 | 11011001 | 11010101 | 1110 | 0 | 10 | 1111 | 10101100 | 11101 | 1001111 |
Color Harmonies of #BAD9D5
Complementary color
Monochromatic Colors of #BAD9D5
Black with #BAD9D5
Text Example
Text Example
White with #BAD9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9D5; }
p { color: rgb(186,217,213); }
H1.HeaderClassName
{
color: #BAD9D5;
}
.AnyTagClassName
{
color: #BAD9D5;
}
</style>
background-color css
<style>
a { background-color: #BAD9D5; }
a { background-color: rgb(186,217,213); }
div.DivClassName
{
background-color: #BAD9D5;
}
.BgClassName
{
background-color: #BAD9D5;
}
</style>
border-color css
<style>
span { border-color: #BAD9D5; }
span { border-color: rgb(186,217,213); }
td.TdClassName
{
border-color: #BAD9D5;
}
.TagClassName
{
border-color: #BAD9D5;
}
</style>