Shades of Spindle #BABFC8
Tints of Spindle #BABFC8
RGB
CMYK
RGB Variations
Color information
#BABFC8 (or 0xBABFC8) is known color: Spindle. HEX triplet: BA, BF and C8. RGB value is (186,191,200). Sum of RGB (Red+Green+Blue) = 186+191+200=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC8 is #454037. Grayscale: #BEBEBE. Windows color (decimal): -4538424 or 13156282. OLE color: 13156282.
HSL color Cylindrical-coordinate representation of color #BABFC8: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABFC8 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 191 | 200 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.22 |
| HSL | 218.57º | 0.11% | 0.76% | - |
| HSV(B) | 218.57º | 0.07% | 0.78% | - |
| XYZ | 49.31 | 51.87 | 62.06 | - |
| YUV | 190.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 200 | 0.07 | 0.04 | 0 | 0.22 | 218.57 | 0.11 | 0.76 |
| Hex | BA | BF | C8 | 7 | 4 | 0 | 16 | DB | B | 4C |
| Octal | 272 | 277 | 310 | 7 | 4 | 0 | 26 | 333 | 13 | 114 |
| Binary | 10111010 | 10111111 | 11001000 | 111 | 100 | 0 | 10110 | 11011011 | 1011 | 1001100 |
Color Harmonies of #BABFC8
Complementary color
Monochromatic Colors of #BABFC8
Black with #BABFC8
Text Example
Text Example
White with #BABFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFC8; }
p { color: rgb(186,191,200); }
H1.HeaderClassName
{
color: #BABFC8;
}
.AnyTagClassName
{
color: #BABFC8;
}
</style>
background-color css
<style>
a { background-color: #BABFC8; }
a { background-color: rgb(186,191,200); }
div.DivClassName
{
background-color: #BABFC8;
}
.BgClassName
{
background-color: #BABFC8;
}
</style>
border-color css
<style>
span { border-color: #BABFC8; }
span { border-color: rgb(186,191,200); }
td.TdClassName
{
border-color: #BABFC8;
}
.TagClassName
{
border-color: #BABFC8;
}
</style>