Shades of Spindle #BABFCF
Tints of Spindle #BABFCF
RGB
CMYK
RGB Variations
Color information
#BABFCF (or 0xBABFCF) is known color: Spindle. HEX triplet: BA, BF and CF. RGB value is (186,191,207). Sum of RGB (Red+Green+Blue) = 186+191+207=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCF is #454030. Grayscale: #BFBFBF. Windows color (decimal): -4538417 or 13615034. OLE color: 13615034.
HSL color Cylindrical-coordinate representation of color #BABFCF: hue angle of 225.71º 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 #BABFCF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 191 | 207 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.19 |
| HSL | 225.71º | 0.18% | 0.77% | - |
| HSV(B) | 225.71º | 0.1% | 0.81% | - |
| XYZ | 50.14 | 52.21 | 66.47 | - |
| YUV | 191.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 207 | 0.10 | 0.08 | 0 | 0.19 | 225.71 | 0.18 | 0.77 |
| Hex | BA | BF | CF | A | 8 | 0 | 13 | E2 | 12 | 4D |
| Octal | 272 | 277 | 317 | 12 | 10 | 0 | 23 | 342 | 22 | 115 |
| Binary | 10111010 | 10111111 | 11001111 | 1010 | 1000 | 0 | 10011 | 11100010 | 10010 | 1001101 |
Color Harmonies of #BABFCF
Complementary color
Monochromatic Colors of #BABFCF
Black with #BABFCF
Text Example
Text Example
White with #BABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFCF; }
p { color: rgb(186,191,207); }
H1.HeaderClassName
{
color: #BABFCF;
}
.AnyTagClassName
{
color: #BABFCF;
}
</style>
background-color css
<style>
a { background-color: #BABFCF; }
a { background-color: rgb(186,191,207); }
div.DivClassName
{
background-color: #BABFCF;
}
.BgClassName
{
background-color: #BABFCF;
}
</style>
border-color css
<style>
span { border-color: #BABFCF; }
span { border-color: rgb(186,191,207); }
td.TdClassName
{
border-color: #BABFCF;
}
.TagClassName
{
border-color: #BABFCF;
}
</style>