Shades of Spindle #BFCBD1
Tints of Spindle #BFCBD1
RGB
CMYK
RGB Variations
Color information
#BFCBD1 (or 0xBFCBD1) is known color: Spindle. HEX triplet: BF, CB and D1. RGB value is (191,203,209). Sum of RGB (Red+Green+Blue) = 191+203+209=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD1 is #40342E. Grayscale: #C8C8C8. Windows color (decimal): -4207663 or 13749183. OLE color: 13749183.
HSL color Cylindrical-coordinate representation of color #BFCBD1: hue angle of 200º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCBD1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 203 | 209 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 200º | 0.16% | 0.78% | - |
| HSV(B) | 200º | 0.09% | 0.82% | - |
| XYZ | 54.35 | 58.39 | 68.73 | - |
| YUV | 200.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 209 | 0.09 | 0.03 | 0 | 0.18 | 200 | 0.16 | 0.78 |
| Hex | BF | CB | D1 | 9 | 3 | 0 | 12 | C8 | 10 | 4E |
| Octal | 277 | 313 | 321 | 11 | 3 | 0 | 22 | 310 | 20 | 116 |
| Binary | 10111111 | 11001011 | 11010001 | 1001 | 11 | 0 | 10010 | 11001000 | 10000 | 1001110 |
Color Harmonies of #BFCBD1
Complementary color
Monochromatic Colors of #BFCBD1
Black with #BFCBD1
Text Example
Text Example
White with #BFCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBD1; }
p { color: rgb(191,203,209); }
H1.HeaderClassName
{
color: #BFCBD1;
}
.AnyTagClassName
{
color: #BFCBD1;
}
</style>
background-color css
<style>
a { background-color: #BFCBD1; }
a { background-color: rgb(191,203,209); }
div.DivClassName
{
background-color: #BFCBD1;
}
.BgClassName
{
background-color: #BFCBD1;
}
</style>
border-color css
<style>
span { border-color: #BFCBD1; }
span { border-color: rgb(191,203,209); }
td.TdClassName
{
border-color: #BFCBD1;
}
.TagClassName
{
border-color: #BFCBD1;
}
</style>