Shades of Scandal #BAD7D2
Tints of Scandal #BAD7D2
RGB
CMYK
RGB Variations
Color information
#BAD7D2 (or 0xBAD7D2) is known color: Scandal. HEX triplet: BA, D7 and D2. RGB value is (186,215,210). Sum of RGB (Red+Green+Blue) = 186+215+210=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7D2 is #45282D. Grayscale: #CDCDCD. Windows color (decimal): -4532270 or 13817786. OLE color: 13817786.
HSL color Cylindrical-coordinate representation of color #BAD7D2: hue angle of 169.66º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD7D2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 210 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.16 |
| HSL | 169.66º | 0.27% | 0.79% | - |
| HSV(B) | 169.66º | 0.13% | 0.84% | - |
| XYZ | 56.18 | 63.69 | 70.31 | - |
| YUV | 205.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 210 | 0.13 | 0 | 0.02 | 0.16 | 169.66 | 0.27 | 0.79 |
| Hex | BA | D7 | D2 | D | 0 | 2 | 10 | AA | 1B | 4F |
| Octal | 272 | 327 | 322 | 15 | 0 | 2 | 20 | 252 | 33 | 117 |
| Binary | 10111010 | 11010111 | 11010010 | 1101 | 0 | 10 | 10000 | 10101010 | 11011 | 1001111 |
Color Harmonies of #BAD7D2
Complementary color
Monochromatic Colors of #BAD7D2
Black with #BAD7D2
Text Example
Text Example
White with #BAD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7D2; }
p { color: rgb(186,215,210); }
H1.HeaderClassName
{
color: #BAD7D2;
}
.AnyTagClassName
{
color: #BAD7D2;
}
</style>
background-color css
<style>
a { background-color: #BAD7D2; }
a { background-color: rgb(186,215,210); }
div.DivClassName
{
background-color: #BAD7D2;
}
.BgClassName
{
background-color: #BAD7D2;
}
</style>
border-color css
<style>
span { border-color: #BAD7D2; }
span { border-color: rgb(186,215,210); }
td.TdClassName
{
border-color: #BAD7D2;
}
.TagClassName
{
border-color: #BAD7D2;
}
</style>