Shades of Spindle #BABFD0
Tints of Spindle #BABFD0
RGB
CMYK
RGB Variations
Color information
#BABFD0 (or 0xBABFD0) is known color: Spindle. HEX triplet: BA, BF and D0. RGB value is (186,191,208). Sum of RGB (Red+Green+Blue) = 186+191+208=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD0 is #45402F. Grayscale: #BFBFBF. Windows color (decimal): -4538416 or 13680570. OLE color: 13680570.
HSL color Cylindrical-coordinate representation of color #BABFD0: hue angle of 226.36º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABFD0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 191 | 208 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 226.36º | 0.19% | 0.77% | - |
| HSV(B) | 226.36º | 0.11% | 0.82% | - |
| XYZ | 50.27 | 52.25 | 67.11 | - |
| YUV | 191.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 208 | 0.11 | 0.08 | 0 | 0.18 | 226.36 | 0.19 | 0.77 |
| Hex | BA | BF | D0 | B | 8 | 0 | 12 | E2 | 13 | 4D |
| Octal | 272 | 277 | 320 | 13 | 10 | 0 | 22 | 342 | 23 | 115 |
| Binary | 10111010 | 10111111 | 11010000 | 1011 | 1000 | 0 | 10010 | 11100010 | 10011 | 1001101 |
Color Harmonies of #BABFD0
Complementary color
Monochromatic Colors of #BABFD0
Black with #BABFD0
Text Example
Text Example
White with #BABFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD0; }
p { color: rgb(186,191,208); }
H1.HeaderClassName
{
color: #BABFD0;
}
.AnyTagClassName
{
color: #BABFD0;
}
</style>
background-color css
<style>
a { background-color: #BABFD0; }
a { background-color: rgb(186,191,208); }
div.DivClassName
{
background-color: #BABFD0;
}
.BgClassName
{
background-color: #BABFD0;
}
</style>
border-color css
<style>
span { border-color: #BABFD0; }
span { border-color: rgb(186,191,208); }
td.TdClassName
{
border-color: #BABFD0;
}
.TagClassName
{
border-color: #BABFD0;
}
</style>