Shades of Spindle #BAC3CB
Tints of Spindle #BAC3CB
RGB
CMYK
RGB Variations
Color information
#BAC3CB (or 0xBAC3CB) is known color: Spindle. HEX triplet: BA, C3 and CB. RGB value is (186,195,203). Sum of RGB (Red+Green+Blue) = 186+195+203=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3CB is #453C34. Grayscale: #C1C1C1. Windows color (decimal): -4537397 or 13353914. OLE color: 13353914.
HSL color Cylindrical-coordinate representation of color #BAC3CB: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC3CB is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 195 | 203 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.20 |
| HSL | 208.24º | 0.14% | 0.76% | - |
| HSV(B) | 208.24º | 0.08% | 0.8% | - |
| XYZ | 50.54 | 53.78 | 64.22 | - |
| YUV | 193.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 203 | 0.08 | 0.04 | 0 | 0.20 | 208.24 | 0.14 | 0.76 |
| Hex | BA | C3 | CB | 8 | 4 | 0 | 14 | D0 | E | 4C |
| Octal | 272 | 303 | 313 | 10 | 4 | 0 | 24 | 320 | 16 | 114 |
| Binary | 10111010 | 11000011 | 11001011 | 1000 | 100 | 0 | 10100 | 11010000 | 1110 | 1001100 |
Color Harmonies of #BAC3CB
Complementary color
Monochromatic Colors of #BAC3CB
Black with #BAC3CB
Text Example
Text Example
White with #BAC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3CB; }
p { color: rgb(186,195,203); }
H1.HeaderClassName
{
color: #BAC3CB;
}
.AnyTagClassName
{
color: #BAC3CB;
}
</style>
background-color css
<style>
a { background-color: #BAC3CB; }
a { background-color: rgb(186,195,203); }
div.DivClassName
{
background-color: #BAC3CB;
}
.BgClassName
{
background-color: #BAC3CB;
}
</style>
border-color css
<style>
span { border-color: #BAC3CB; }
span { border-color: rgb(186,195,203); }
td.TdClassName
{
border-color: #BAC3CB;
}
.TagClassName
{
border-color: #BAC3CB;
}
</style>