Shades of Spindle #BAC0CC
Tints of Spindle #BAC0CC
RGB
CMYK
RGB Variations
Color information
#BAC0CC (or 0xBAC0CC) is known color: Spindle. HEX triplet: BA, C0 and CC. RGB value is (186,192,204). Sum of RGB (Red+Green+Blue) = 186+192+204=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CC is #453F33. Grayscale: #BFBFBF. Windows color (decimal): -4538164 or 13418682. OLE color: 13418682.
HSL color Cylindrical-coordinate representation of color #BAC0CC: hue angle of 220º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC0CC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 192 | 204 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.2 |
| HSL | 220º | 0.15% | 0.76% | - |
| HSV(B) | 220º | 0.09% | 0.8% | - |
| XYZ | 50 | 52.5 | 64.62 | - |
| YUV | 191.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 204 | 0.09 | 0.06 | 0 | 0.2 | 220 | 0.15 | 0.76 |
| Hex | BA | C0 | CC | 9 | 6 | 0 | 14 | DC | F | 4C |
| Octal | 272 | 300 | 314 | 11 | 6 | 0 | 24 | 334 | 17 | 114 |
| Binary | 10111010 | 11000000 | 11001100 | 1001 | 110 | 0 | 10100 | 11011100 | 1111 | 1001100 |
Color Harmonies of #BAC0CC
Complementary color
Monochromatic Colors of #BAC0CC
Black with #BAC0CC
Text Example
Text Example
White with #BAC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0CC; }
p { color: rgb(186,192,204); }
H1.HeaderClassName
{
color: #BAC0CC;
}
.AnyTagClassName
{
color: #BAC0CC;
}
</style>
background-color css
<style>
a { background-color: #BAC0CC; }
a { background-color: rgb(186,192,204); }
div.DivClassName
{
background-color: #BAC0CC;
}
.BgClassName
{
background-color: #BAC0CC;
}
</style>
border-color css
<style>
span { border-color: #BAC0CC; }
span { border-color: rgb(186,192,204); }
td.TdClassName
{
border-color: #BAC0CC;
}
.TagClassName
{
border-color: #BAC0CC;
}
</style>