Shades of Scandal #BAD3D0
Tints of Scandal #BAD3D0
RGB
CMYK
RGB Variations
Color information
#BAD3D0 (or 0xBAD3D0) is known color: Scandal. HEX triplet: BA, D3 and D0. RGB value is (186,211,208). Sum of RGB (Red+Green+Blue) = 186+211+208=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3D0 is #452C2F. Grayscale: #CBCBCB. Windows color (decimal): -4533296 or 13685690. OLE color: 13685690.
HSL color Cylindrical-coordinate representation of color #BAD3D0: hue angle of 172.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD3D0 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 208 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.17 |
| HSL | 172.8º | 0.22% | 0.78% | - |
| HSV(B) | 172.8º | 0.12% | 0.83% | - |
| XYZ | 54.93 | 61.58 | 68.67 | - |
| YUV | 203.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 208 | 0.12 | 0 | 0.01 | 0.17 | 172.8 | 0.22 | 0.78 |
| Hex | BA | D3 | D0 | C | 0 | 1 | 11 | AD | 16 | 4E |
| Octal | 272 | 323 | 320 | 14 | 0 | 1 | 21 | 255 | 26 | 116 |
| Binary | 10111010 | 11010011 | 11010000 | 1100 | 0 | 1 | 10001 | 10101101 | 10110 | 1001110 |
Color Harmonies of #BAD3D0
Complementary color
Monochromatic Colors of #BAD3D0
Black with #BAD3D0
Text Example
Text Example
White with #BAD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3D0; }
p { color: rgb(186,211,208); }
H1.HeaderClassName
{
color: #BAD3D0;
}
.AnyTagClassName
{
color: #BAD3D0;
}
</style>
background-color css
<style>
a { background-color: #BAD3D0; }
a { background-color: rgb(186,211,208); }
div.DivClassName
{
background-color: #BAD3D0;
}
.BgClassName
{
background-color: #BAD3D0;
}
</style>
border-color css
<style>
span { border-color: #BAD3D0; }
span { border-color: rgb(186,211,208); }
td.TdClassName
{
border-color: #BAD3D0;
}
.TagClassName
{
border-color: #BAD3D0;
}
</style>