Shades of Spindle #BABFCE
Tints of Spindle #BABFCE
RGB
CMYK
RGB Variations
Color information
#BABFCE (or 0xBABFCE) is known color: Spindle. HEX triplet: BA, BF and CE. RGB value is (186,191,206). Sum of RGB (Red+Green+Blue) = 186+191+206=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCE is #454031. Grayscale: #BFBFBF. Windows color (decimal): -4538418 or 13549498. OLE color: 13549498.
HSL color Cylindrical-coordinate representation of color #BABFCE: hue angle of 225º degrees, saturation: 0.17, 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 #BABFCE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 191 | 206 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.19 |
| HSL | 225º | 0.17% | 0.77% | - |
| HSV(B) | 225º | 0.1% | 0.81% | - |
| XYZ | 50.02 | 52.16 | 65.82 | - |
| YUV | 191.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 206 | 0.10 | 0.07 | 0 | 0.19 | 225 | 0.17 | 0.77 |
| Hex | BA | BF | CE | A | 7 | 0 | 13 | E1 | 11 | 4D |
| Octal | 272 | 277 | 316 | 12 | 7 | 0 | 23 | 341 | 21 | 115 |
| Binary | 10111010 | 10111111 | 11001110 | 1010 | 111 | 0 | 10011 | 11100001 | 10001 | 1001101 |
Color Harmonies of #BABFCE
Complementary color
Monochromatic Colors of #BABFCE
Black with #BABFCE
Text Example
Text Example
White with #BABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFCE; }
p { color: rgb(186,191,206); }
H1.HeaderClassName
{
color: #BABFCE;
}
.AnyTagClassName
{
color: #BABFCE;
}
</style>
background-color css
<style>
a { background-color: #BABFCE; }
a { background-color: rgb(186,191,206); }
div.DivClassName
{
background-color: #BABFCE;
}
.BgClassName
{
background-color: #BABFCE;
}
</style>
border-color css
<style>
span { border-color: #BABFCE; }
span { border-color: rgb(186,191,206); }
td.TdClassName
{
border-color: #BABFCE;
}
.TagClassName
{
border-color: #BABFCE;
}
</style>