Shades of Spindle #BAC4CB
Tints of Spindle #BAC4CB
RGB
CMYK
RGB Variations
Color information
#BAC4CB (or 0xBAC4CB) is known color: Spindle. HEX triplet: BA, C4 and CB. RGB value is (186,196,203). Sum of RGB (Red+Green+Blue) = 186+196+203=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4CB is #453B34. Grayscale: #C1C1C1. Windows color (decimal): -4537141 or 13354170. OLE color: 13354170.
HSL color Cylindrical-coordinate representation of color #BAC4CB: hue angle of 204.71º 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 #BAC4CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 196 | 203 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.20 |
| HSL | 204.71º | 0.14% | 0.76% | - |
| HSV(B) | 204.71º | 0.08% | 0.8% | - |
| XYZ | 50.77 | 54.23 | 64.29 | - |
| YUV | 193.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 203 | 0.08 | 0.03 | 0 | 0.20 | 204.71 | 0.14 | 0.76 |
| Hex | BA | C4 | CB | 8 | 3 | 0 | 14 | CD | E | 4C |
| Octal | 272 | 304 | 313 | 10 | 3 | 0 | 24 | 315 | 16 | 114 |
| Binary | 10111010 | 11000100 | 11001011 | 1000 | 11 | 0 | 10100 | 11001101 | 1110 | 1001100 |
Color Harmonies of #BAC4CB
Complementary color
Monochromatic Colors of #BAC4CB
Black with #BAC4CB
Text Example
Text Example
White with #BAC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4CB; }
p { color: rgb(186,196,203); }
H1.HeaderClassName
{
color: #BAC4CB;
}
.AnyTagClassName
{
color: #BAC4CB;
}
</style>
background-color css
<style>
a { background-color: #BAC4CB; }
a { background-color: rgb(186,196,203); }
div.DivClassName
{
background-color: #BAC4CB;
}
.BgClassName
{
background-color: #BAC4CB;
}
</style>
border-color css
<style>
span { border-color: #BAC4CB; }
span { border-color: rgb(186,196,203); }
td.TdClassName
{
border-color: #BAC4CB;
}
.TagClassName
{
border-color: #BAC4CB;
}
</style>