Shades of Spindle #BACBD8
Tints of Spindle #BACBD8
RGB
CMYK
RGB Variations
Color information
#BACBD8 (or 0xBACBD8) is known color: Spindle. HEX triplet: BA, CB and D8. RGB value is (186,203,216). Sum of RGB (Red+Green+Blue) = 186+203+216=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD8 is #453427. Grayscale: #C7C7C7. Windows color (decimal): -4535336 or 14207930. OLE color: 14207930.
HSL color Cylindrical-coordinate representation of color #BACBD8: hue angle of 206º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACBD8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 203 | 216 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 206º | 0.28% | 0.79% | - |
| HSV(B) | 206º | 0.14% | 0.85% | - |
| XYZ | 54 | 58.11 | 73.34 | - |
| YUV | 199.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 216 | 0.14 | 0.06 | 0 | 0.15 | 206 | 0.28 | 0.79 |
| Hex | BA | CB | D8 | E | 6 | 0 | F | CE | 1C | 4F |
| Octal | 272 | 313 | 330 | 16 | 6 | 0 | 17 | 316 | 34 | 117 |
| Binary | 10111010 | 11001011 | 11011000 | 1110 | 110 | 0 | 1111 | 11001110 | 11100 | 1001111 |
Color Harmonies of #BACBD8
Complementary color
Monochromatic Colors of #BACBD8
Black with #BACBD8
Text Example
Text Example
White with #BACBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBD8; }
p { color: rgb(186,203,216); }
H1.HeaderClassName
{
color: #BACBD8;
}
.AnyTagClassName
{
color: #BACBD8;
}
</style>
background-color css
<style>
a { background-color: #BACBD8; }
a { background-color: rgb(186,203,216); }
div.DivClassName
{
background-color: #BACBD8;
}
.BgClassName
{
background-color: #BACBD8;
}
</style>
border-color css
<style>
span { border-color: #BACBD8; }
span { border-color: rgb(186,203,216); }
td.TdClassName
{
border-color: #BACBD8;
}
.TagClassName
{
border-color: #BACBD8;
}
</style>