Shades of Spindle #BAC4CF
Tints of Spindle #BAC4CF
RGB
CMYK
RGB Variations
Color information
#BAC4CF (or 0xBAC4CF) is known color: Spindle. HEX triplet: BA, C4 and CF. RGB value is (186,196,207). Sum of RGB (Red+Green+Blue) = 186+196+207=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4CF is #453B30. Grayscale: #C2C2C2. Windows color (decimal): -4537137 or 13616314. OLE color: 13616314.
HSL color Cylindrical-coordinate representation of color #BAC4CF: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC4CF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 196 | 207 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.19 |
| HSL | 211.43º | 0.18% | 0.77% | - |
| HSV(B) | 211.43º | 0.1% | 0.81% | - |
| XYZ | 51.25 | 54.42 | 66.84 | - |
| YUV | 194.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 207 | 0.10 | 0.05 | 0 | 0.19 | 211.43 | 0.18 | 0.77 |
| Hex | BA | C4 | CF | A | 5 | 0 | 13 | D3 | 12 | 4D |
| Octal | 272 | 304 | 317 | 12 | 5 | 0 | 23 | 323 | 22 | 115 |
| Binary | 10111010 | 11000100 | 11001111 | 1010 | 101 | 0 | 10011 | 11010011 | 10010 | 1001101 |
Color Harmonies of #BAC4CF
Complementary color
Monochromatic Colors of #BAC4CF
Black with #BAC4CF
Text Example
Text Example
White with #BAC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4CF; }
p { color: rgb(186,196,207); }
H1.HeaderClassName
{
color: #BAC4CF;
}
.AnyTagClassName
{
color: #BAC4CF;
}
</style>
background-color css
<style>
a { background-color: #BAC4CF; }
a { background-color: rgb(186,196,207); }
div.DivClassName
{
background-color: #BAC4CF;
}
.BgClassName
{
background-color: #BAC4CF;
}
</style>
border-color css
<style>
span { border-color: #BAC4CF; }
span { border-color: rgb(186,196,207); }
td.TdClassName
{
border-color: #BAC4CF;
}
.TagClassName
{
border-color: #BAC4CF;
}
</style>