Shades of Spindle #BFC6CD
Tints of Spindle #BFC6CD
RGB
CMYK
RGB Variations
Color information
#BFC6CD (or 0xBFC6CD) is known color: Spindle. HEX triplet: BF, C6 and CD. RGB value is (191,198,205). Sum of RGB (Red+Green+Blue) = 191+198+205=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CD is #403932. Grayscale: #C4C4C4. Windows color (decimal): -4208947 or 13485759. OLE color: 13485759.
HSL color Cylindrical-coordinate representation of color #BFC6CD: hue angle of 210º 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 #BFC6CD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 191 | 198 | 205 | - |
CMYK | 0.07 | 0.03 | 0 | 0.20 |
HSL | 210º | 0.12% | 0.78% | - |
HSV(B) | 210º | 0.07% | 0.8% | - |
XYZ | 52.7 | 55.87 | 65.76 | - |
YUV | 196.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 198 | 205 | 0.07 | 0.03 | 0 | 0.20 | 210 | 0.12 | 0.78 |
Hex | BF | C6 | CD | 7 | 3 | 0 | 14 | D2 | C | 4E |
Octal | 277 | 306 | 315 | 7 | 3 | 0 | 24 | 322 | 14 | 116 |
Binary | 10111111 | 11000110 | 11001101 | 111 | 11 | 0 | 10100 | 11010010 | 1100 | 1001110 |
Color Harmonies of #BFC6CD
Complementary color
Monochromatic Colors of #BFC6CD
Black with #BFC6CD
Text Example
Text Example
White with #BFC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CD; }
p { color: rgb(191,198,205); }
H1.HeaderClassName
{
color: #BFC6CD;
}
.AnyTagClassName
{
color: #BFC6CD;
}
</style>
background-color css
<style>
a { background-color: #BFC6CD; }
a { background-color: rgb(191,198,205); }
div.DivClassName
{
background-color: #BFC6CD;
}
.BgClassName
{
background-color: #BFC6CD;
}
</style>
border-color css
<style>
span { border-color: #BFC6CD; }
span { border-color: rgb(191,198,205); }
td.TdClassName
{
border-color: #BFC6CD;
}
.TagClassName
{
border-color: #BFC6CD;
}
</style>