Shades of Scandal #BAD6D3
Tints of Scandal #BAD6D3
RGB
CMYK
RGB Variations
Color information
#BAD6D3 (or 0xBAD6D3) is known color: Scandal. HEX triplet: BA, D6 and D3. RGB value is (186,214,211). Sum of RGB (Red+Green+Blue) = 186+214+211=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6D3 is #45292C. Grayscale: #CDCDCD. Windows color (decimal): -4532525 or 13883066. OLE color: 13883066.
HSL color Cylindrical-coordinate representation of color #BAD6D3: hue angle of 173.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6D3 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 211 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.16 |
| HSL | 173.57º | 0.25% | 0.78% | - |
| HSV(B) | 173.57º | 0.13% | 0.84% | - |
| XYZ | 56.05 | 63.24 | 70.88 | - |
| YUV | 205.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 211 | 0.13 | 0 | 0.01 | 0.16 | 173.57 | 0.25 | 0.78 |
| Hex | BA | D6 | D3 | D | 0 | 1 | 10 | AE | 19 | 4E |
| Octal | 272 | 326 | 323 | 15 | 0 | 1 | 20 | 256 | 31 | 116 |
| Binary | 10111010 | 11010110 | 11010011 | 1101 | 0 | 1 | 10000 | 10101110 | 11001 | 1001110 |
Color Harmonies of #BAD6D3
Complementary color
Monochromatic Colors of #BAD6D3
Black with #BAD6D3
Text Example
Text Example
White with #BAD6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6D3; }
p { color: rgb(186,214,211); }
H1.HeaderClassName
{
color: #BAD6D3;
}
.AnyTagClassName
{
color: #BAD6D3;
}
</style>
background-color css
<style>
a { background-color: #BAD6D3; }
a { background-color: rgb(186,214,211); }
div.DivClassName
{
background-color: #BAD6D3;
}
.BgClassName
{
background-color: #BAD6D3;
}
</style>
border-color css
<style>
span { border-color: #BAD6D3; }
span { border-color: rgb(186,214,211); }
td.TdClassName
{
border-color: #BAD6D3;
}
.TagClassName
{
border-color: #BAD6D3;
}
</style>