Shades of Spindle #BAC4CC
Tints of Spindle #BAC4CC
RGB
CMYK
RGB Variations
Color information
#BAC4CC (or 0xBAC4CC) is known color: Spindle. HEX triplet: BA, C4 and CC. RGB value is (186,196,204). Sum of RGB (Red+Green+Blue) = 186+196+204=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4CC is #453B33. Grayscale: #C1C1C1. Windows color (decimal): -4537140 or 13419706. OLE color: 13419706.
HSL color Cylindrical-coordinate representation of color #BAC4CC: hue angle of 206.67º 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 #BAC4CC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 196 | 204 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.2 |
| HSL | 206.67º | 0.15% | 0.76% | - |
| HSV(B) | 206.67º | 0.09% | 0.8% | - |
| XYZ | 50.89 | 54.28 | 64.92 | - |
| YUV | 193.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 204 | 0.09 | 0.04 | 0 | 0.2 | 206.67 | 0.15 | 0.76 |
| Hex | BA | C4 | CC | 9 | 4 | 0 | 14 | CF | F | 4C |
| Octal | 272 | 304 | 314 | 11 | 4 | 0 | 24 | 317 | 17 | 114 |
| Binary | 10111010 | 11000100 | 11001100 | 1001 | 100 | 0 | 10100 | 11001111 | 1111 | 1001100 |
Color Harmonies of #BAC4CC
Complementary color
Monochromatic Colors of #BAC4CC
Black with #BAC4CC
Text Example
Text Example
White with #BAC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4CC; }
p { color: rgb(186,196,204); }
H1.HeaderClassName
{
color: #BAC4CC;
}
.AnyTagClassName
{
color: #BAC4CC;
}
</style>
background-color css
<style>
a { background-color: #BAC4CC; }
a { background-color: rgb(186,196,204); }
div.DivClassName
{
background-color: #BAC4CC;
}
.BgClassName
{
background-color: #BAC4CC;
}
</style>
border-color css
<style>
span { border-color: #BAC4CC; }
span { border-color: rgb(186,196,204); }
td.TdClassName
{
border-color: #BAC4CC;
}
.TagClassName
{
border-color: #BAC4CC;
}
</style>