Shades of Spindle #BABFCB
Tints of Spindle #BABFCB
RGB
CMYK
RGB Variations
Color information
#BABFCB (or 0xBABFCB) is known color: Spindle. HEX triplet: BA, BF and CB. RGB value is (186,191,203). Sum of RGB (Red+Green+Blue) = 186+191+203=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCB is #454034. Grayscale: #BEBEBE. Windows color (decimal): -4538421 or 13352890. OLE color: 13352890.
HSL color Cylindrical-coordinate representation of color #BABFCB: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABFCB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 191 | 203 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.20 |
| HSL | 222.35º | 0.14% | 0.76% | - |
| HSV(B) | 222.35º | 0.08% | 0.8% | - |
| XYZ | 49.66 | 52.01 | 63.92 | - |
| YUV | 190.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 203 | 0.08 | 0.06 | 0 | 0.20 | 222.35 | 0.14 | 0.76 |
| Hex | BA | BF | CB | 8 | 6 | 0 | 14 | DE | E | 4C |
| Octal | 272 | 277 | 313 | 10 | 6 | 0 | 24 | 336 | 16 | 114 |
| Binary | 10111010 | 10111111 | 11001011 | 1000 | 110 | 0 | 10100 | 11011110 | 1110 | 1001100 |
Color Harmonies of #BABFCB
Complementary color
Monochromatic Colors of #BABFCB
Black with #BABFCB
Text Example
Text Example
White with #BABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFCB; }
p { color: rgb(186,191,203); }
H1.HeaderClassName
{
color: #BABFCB;
}
.AnyTagClassName
{
color: #BABFCB;
}
</style>
background-color css
<style>
a { background-color: #BABFCB; }
a { background-color: rgb(186,191,203); }
div.DivClassName
{
background-color: #BABFCB;
}
.BgClassName
{
background-color: #BABFCB;
}
</style>
border-color css
<style>
span { border-color: #BABFCB; }
span { border-color: rgb(186,191,203); }
td.TdClassName
{
border-color: #BABFCB;
}
.TagClassName
{
border-color: #BABFCB;
}
</style>