Shades of Scandal #BACFCD
Tints of Scandal #BACFCD
RGB
CMYK
RGB Variations
Color information
#BACFCD (or 0xBACFCD) is known color: Scandal. HEX triplet: BA, CF and CD. RGB value is (186,207,205). Sum of RGB (Red+Green+Blue) = 186+207+205=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFCD is #453032. Grayscale: #C8C8C8. Windows color (decimal): -4534323 or 13488058. OLE color: 13488058.
HSL color Cylindrical-coordinate representation of color #BACFCD: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFCD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 205 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.19 |
| HSL | 174.29º | 0.18% | 0.77% | - |
| HSV(B) | 174.29º | 0.1% | 0.81% | - |
| XYZ | 53.58 | 59.47 | 66.41 | - |
| YUV | 200.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 205 | 0.10 | 0 | 0.01 | 0.19 | 174.29 | 0.18 | 0.77 |
| Hex | BA | CF | CD | A | 0 | 1 | 13 | AE | 12 | 4D |
| Octal | 272 | 317 | 315 | 12 | 0 | 1 | 23 | 256 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11001101 | 1010 | 0 | 1 | 10011 | 10101110 | 10010 | 1001101 |
Color Harmonies of #BACFCD
Complementary color
Monochromatic Colors of #BACFCD
Black with #BACFCD
Text Example
Text Example
White with #BACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFCD; }
p { color: rgb(186,207,205); }
H1.HeaderClassName
{
color: #BACFCD;
}
.AnyTagClassName
{
color: #BACFCD;
}
</style>
background-color css
<style>
a { background-color: #BACFCD; }
a { background-color: rgb(186,207,205); }
div.DivClassName
{
background-color: #BACFCD;
}
.BgClassName
{
background-color: #BACFCD;
}
</style>
border-color css
<style>
span { border-color: #BACFCD; }
span { border-color: rgb(186,207,205); }
td.TdClassName
{
border-color: #BACFCD;
}
.TagClassName
{
border-color: #BACFCD;
}
</style>