Shades of Scandal #BAD1CE
Tints of Scandal #BAD1CE
RGB
CMYK
RGB Variations
Color information
#BAD1CE (or 0xBAD1CE) is known color: Scandal. HEX triplet: BA, D1 and CE. RGB value is (186,209,206). Sum of RGB (Red+Green+Blue) = 186+209+206=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1CE is #452E31. Grayscale: #C9C9C9. Windows color (decimal): -4533810 or 13554106. OLE color: 13554106.
HSL color Cylindrical-coordinate representation of color #BAD1CE: hue angle of 172.17º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1CE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 206 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 172.17º | 0.2% | 0.77% | - |
| HSV(B) | 172.17º | 0.11% | 0.82% | - |
| XYZ | 54.19 | 60.5 | 67.21 | - |
| YUV | 201.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 206 | 0.11 | 0 | 0.01 | 0.18 | 172.17 | 0.2 | 0.77 |
| Hex | BA | D1 | CE | B | 0 | 1 | 12 | AC | 14 | 4D |
| Octal | 272 | 321 | 316 | 13 | 0 | 1 | 22 | 254 | 24 | 115 |
| Binary | 10111010 | 11010001 | 11001110 | 1011 | 0 | 1 | 10010 | 10101100 | 10100 | 1001101 |
Color Harmonies of #BAD1CE
Complementary color
Monochromatic Colors of #BAD1CE
Black with #BAD1CE
Text Example
Text Example
White with #BAD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1CE; }
p { color: rgb(186,209,206); }
H1.HeaderClassName
{
color: #BAD1CE;
}
.AnyTagClassName
{
color: #BAD1CE;
}
</style>
background-color css
<style>
a { background-color: #BAD1CE; }
a { background-color: rgb(186,209,206); }
div.DivClassName
{
background-color: #BAD1CE;
}
.BgClassName
{
background-color: #BAD1CE;
}
</style>
border-color css
<style>
span { border-color: #BAD1CE; }
span { border-color: rgb(186,209,206); }
td.TdClassName
{
border-color: #BAD1CE;
}
.TagClassName
{
border-color: #BAD1CE;
}
</style>