Shades of Spindle #BFC8CD
Tints of Spindle #BFC8CD
RGB
CMYK
RGB Variations
Color information
#BFC8CD (or 0xBFC8CD) is known color: Spindle. HEX triplet: BF, C8 and CD. RGB value is (191,200,205). Sum of RGB (Red+Green+Blue) = 191+200+205=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8CD is #403732. Grayscale: #C5C5C5. Windows color (decimal): -4208435 or 13486271. OLE color: 13486271.
HSL color Cylindrical-coordinate representation of color #BFC8CD: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC8CD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 200 | 205 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.20 |
| HSL | 201.43º | 0.12% | 0.78% | - |
| HSV(B) | 201.43º | 0.07% | 0.8% | - |
| XYZ | 53.16 | 56.79 | 65.92 | - |
| YUV | 197.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 205 | 0.07 | 0.02 | 0 | 0.20 | 201.43 | 0.12 | 0.78 |
| Hex | BF | C8 | CD | 7 | 2 | 0 | 14 | C9 | C | 4E |
| Octal | 277 | 310 | 315 | 7 | 2 | 0 | 24 | 311 | 14 | 116 |
| Binary | 10111111 | 11001000 | 11001101 | 111 | 10 | 0 | 10100 | 11001001 | 1100 | 1001110 |
Color Harmonies of #BFC8CD
Complementary color
Monochromatic Colors of #BFC8CD
Black with #BFC8CD
Text Example
Text Example
White with #BFC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8CD; }
p { color: rgb(191,200,205); }
H1.HeaderClassName
{
color: #BFC8CD;
}
.AnyTagClassName
{
color: #BFC8CD;
}
</style>
background-color css
<style>
a { background-color: #BFC8CD; }
a { background-color: rgb(191,200,205); }
div.DivClassName
{
background-color: #BFC8CD;
}
.BgClassName
{
background-color: #BFC8CD;
}
</style>
border-color css
<style>
span { border-color: #BFC8CD; }
span { border-color: rgb(191,200,205); }
td.TdClassName
{
border-color: #BFC8CD;
}
.TagClassName
{
border-color: #BFC8CD;
}
</style>