Shades of Spindle #BFC9D0
Tints of Spindle #BFC9D0
RGB
CMYK
RGB Variations
Color information
#BFC9D0 (or 0xBFC9D0) is known color: Spindle. HEX triplet: BF, C9 and D0. RGB value is (191,201,208). Sum of RGB (Red+Green+Blue) = 191+201+208=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9D0 is #40362F. Grayscale: #C6C6C6. Windows color (decimal): -4208176 or 13683135. OLE color: 13683135.
HSL color Cylindrical-coordinate representation of color #BFC9D0: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC9D0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 201 | 208 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.18 |
| HSL | 204.71º | 0.15% | 0.78% | - |
| HSV(B) | 204.71º | 0.08% | 0.82% | - |
| XYZ | 53.76 | 57.4 | 67.92 | - |
| YUV | 198.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 208 | 0.08 | 0.03 | 0 | 0.18 | 204.71 | 0.15 | 0.78 |
| Hex | BF | C9 | D0 | 8 | 3 | 0 | 12 | CD | F | 4E |
| Octal | 277 | 311 | 320 | 10 | 3 | 0 | 22 | 315 | 17 | 116 |
| Binary | 10111111 | 11001001 | 11010000 | 1000 | 11 | 0 | 10010 | 11001101 | 1111 | 1001110 |
Color Harmonies of #BFC9D0
Complementary color
Monochromatic Colors of #BFC9D0
Black with #BFC9D0
Text Example
Text Example
White with #BFC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9D0; }
p { color: rgb(191,201,208); }
H1.HeaderClassName
{
color: #BFC9D0;
}
.AnyTagClassName
{
color: #BFC9D0;
}
</style>
background-color css
<style>
a { background-color: #BFC9D0; }
a { background-color: rgb(191,201,208); }
div.DivClassName
{
background-color: #BFC9D0;
}
.BgClassName
{
background-color: #BFC9D0;
}
</style>
border-color css
<style>
span { border-color: #BFC9D0; }
span { border-color: rgb(191,201,208); }
td.TdClassName
{
border-color: #BFC9D0;
}
.TagClassName
{
border-color: #BFC9D0;
}
</style>