Shades of Spindle #BABFC5
Tints of Spindle #BABFC5
RGB
CMYK
RGB Variations
Color information
#BABFC5 (or 0xBABFC5) is known color: Spindle. HEX triplet: BA, BF and C5. RGB value is (186,191,197). Sum of RGB (Red+Green+Blue) = 186+191+197=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC5 is #45403A. Grayscale: #BEBEBE. Windows color (decimal): -4538427 or 12959674. OLE color: 12959674.
HSL color Cylindrical-coordinate representation of color #BABFC5: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABFC5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 191 | 197 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.23 |
| HSL | 212.73º | 0.09% | 0.75% | - |
| HSV(B) | 212.73º | 0.06% | 0.77% | - |
| XYZ | 48.96 | 51.73 | 60.23 | - |
| YUV | 190.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 197 | 0.06 | 0.03 | 0 | 0.23 | 212.73 | 0.09 | 0.75 |
| Hex | BA | BF | C5 | 6 | 3 | 0 | 17 | D5 | 9 | 4B |
| Octal | 272 | 277 | 305 | 6 | 3 | 0 | 27 | 325 | 11 | 113 |
| Binary | 10111010 | 10111111 | 11000101 | 110 | 11 | 0 | 10111 | 11010101 | 1001 | 1001011 |
Color Harmonies of #BABFC5
Complementary color
Monochromatic Colors of #BABFC5
Black with #BABFC5
Text Example
Text Example
White with #BABFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFC5; }
p { color: rgb(186,191,197); }
H1.HeaderClassName
{
color: #BABFC5;
}
.AnyTagClassName
{
color: #BABFC5;
}
</style>
background-color css
<style>
a { background-color: #BABFC5; }
a { background-color: rgb(186,191,197); }
div.DivClassName
{
background-color: #BABFC5;
}
.BgClassName
{
background-color: #BABFC5;
}
</style>
border-color css
<style>
span { border-color: #BABFC5; }
span { border-color: rgb(186,191,197); }
td.TdClassName
{
border-color: #BABFC5;
}
.TagClassName
{
border-color: #BABFC5;
}
</style>