Shades of Spindle #BAC1CB
Tints of Spindle #BAC1CB
RGB
CMYK
RGB Variations
Color information
#BAC1CB (or 0xBAC1CB) is known color: Spindle. HEX triplet: BA, C1 and CB. RGB value is (186,193,203). Sum of RGB (Red+Green+Blue) = 186+193+203=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1CB is #453E34. Grayscale: #C0C0C0. Windows color (decimal): -4537909 or 13353402. OLE color: 13353402.
HSL color Cylindrical-coordinate representation of color #BAC1CB: hue angle of 215.29º 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 #BAC1CB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 193 | 203 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.20 |
| HSL | 215.29º | 0.14% | 0.76% | - |
| HSV(B) | 215.29º | 0.08% | 0.8% | - |
| XYZ | 50.1 | 52.89 | 64.07 | - |
| YUV | 192.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 203 | 0.08 | 0.05 | 0 | 0.20 | 215.29 | 0.14 | 0.76 |
| Hex | BA | C1 | CB | 8 | 5 | 0 | 14 | D7 | E | 4C |
| Octal | 272 | 301 | 313 | 10 | 5 | 0 | 24 | 327 | 16 | 114 |
| Binary | 10111010 | 11000001 | 11001011 | 1000 | 101 | 0 | 10100 | 11010111 | 1110 | 1001100 |
Color Harmonies of #BAC1CB
Complementary color
Monochromatic Colors of #BAC1CB
Black with #BAC1CB
Text Example
Text Example
White with #BAC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1CB; }
p { color: rgb(186,193,203); }
H1.HeaderClassName
{
color: #BAC1CB;
}
.AnyTagClassName
{
color: #BAC1CB;
}
</style>
background-color css
<style>
a { background-color: #BAC1CB; }
a { background-color: rgb(186,193,203); }
div.DivClassName
{
background-color: #BAC1CB;
}
.BgClassName
{
background-color: #BAC1CB;
}
</style>
border-color css
<style>
span { border-color: #BAC1CB; }
span { border-color: rgb(186,193,203); }
td.TdClassName
{
border-color: #BAC1CB;
}
.TagClassName
{
border-color: #BAC1CB;
}
</style>