Shades of Scandal #BAD1CF
Tints of Scandal #BAD1CF
RGB
CMYK
RGB Variations
Color information
#BAD1CF (or 0xBAD1CF) is known color: Scandal. HEX triplet: BA, D1 and CF. RGB value is (186,209,207). Sum of RGB (Red+Green+Blue) = 186+209+207=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1CF is #452E30. Grayscale: #C9C9C9. Windows color (decimal): -4533809 or 13619642. OLE color: 13619642.
HSL color Cylindrical-coordinate representation of color #BAD1CF: hue angle of 174.78º 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 #BAD1CF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 207 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 174.78º | 0.2% | 0.77% | - |
| HSV(B) | 174.78º | 0.11% | 0.82% | - |
| XYZ | 54.31 | 60.55 | 67.86 | - |
| YUV | 201.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 207 | 0.11 | 0 | 0.01 | 0.18 | 174.78 | 0.2 | 0.77 |
| Hex | BA | D1 | CF | B | 0 | 1 | 12 | AF | 14 | 4D |
| Octal | 272 | 321 | 317 | 13 | 0 | 1 | 22 | 257 | 24 | 115 |
| Binary | 10111010 | 11010001 | 11001111 | 1011 | 0 | 1 | 10010 | 10101111 | 10100 | 1001101 |
Color Harmonies of #BAD1CF
Complementary color
Monochromatic Colors of #BAD1CF
Black with #BAD1CF
Text Example
Text Example
White with #BAD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1CF; }
p { color: rgb(186,209,207); }
H1.HeaderClassName
{
color: #BAD1CF;
}
.AnyTagClassName
{
color: #BAD1CF;
}
</style>
background-color css
<style>
a { background-color: #BAD1CF; }
a { background-color: rgb(186,209,207); }
div.DivClassName
{
background-color: #BAD1CF;
}
.BgClassName
{
background-color: #BAD1CF;
}
</style>
border-color css
<style>
span { border-color: #BAD1CF; }
span { border-color: rgb(186,209,207); }
td.TdClassName
{
border-color: #BAD1CF;
}
.TagClassName
{
border-color: #BAD1CF;
}
</style>