Shades of Spindle #BFC7D0
Tints of Spindle #BFC7D0
RGB
CMYK
RGB Variations
Color information
#BFC7D0 (or 0xBFC7D0) is known color: Spindle. HEX triplet: BF, C7 and D0. RGB value is (191,199,208). Sum of RGB (Red+Green+Blue) = 191+199+208=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7D0 is #40382F. Grayscale: #C5C5C5. Windows color (decimal): -4208688 or 13682623. OLE color: 13682623.
HSL color Cylindrical-coordinate representation of color #BFC7D0: hue angle of 211.76º 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 #BFC7D0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 191 | 199 | 208 | - |
CMYK | 0.08 | 0.04 | 0 | 0.18 |
HSL | 211.76º | 0.15% | 0.78% | - |
HSV(B) | 211.76º | 0.08% | 0.82% | - |
XYZ | 53.29 | 56.48 | 67.77 | - |
YUV | 197.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 199 | 208 | 0.08 | 0.04 | 0 | 0.18 | 211.76 | 0.15 | 0.78 |
Hex | BF | C7 | D0 | 8 | 4 | 0 | 12 | D4 | F | 4E |
Octal | 277 | 307 | 320 | 10 | 4 | 0 | 22 | 324 | 17 | 116 |
Binary | 10111111 | 11000111 | 11010000 | 1000 | 100 | 0 | 10010 | 11010100 | 1111 | 1001110 |
Color Harmonies of #BFC7D0
Complementary color
Monochromatic Colors of #BFC7D0
Black with #BFC7D0
Text Example
Text Example
White with #BFC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7D0; }
p { color: rgb(191,199,208); }
H1.HeaderClassName
{
color: #BFC7D0;
}
.AnyTagClassName
{
color: #BFC7D0;
}
</style>
background-color css
<style>
a { background-color: #BFC7D0; }
a { background-color: rgb(191,199,208); }
div.DivClassName
{
background-color: #BFC7D0;
}
.BgClassName
{
background-color: #BFC7D0;
}
</style>
border-color css
<style>
span { border-color: #BFC7D0; }
span { border-color: rgb(191,199,208); }
td.TdClassName
{
border-color: #BFC7D0;
}
.TagClassName
{
border-color: #BFC7D0;
}
</style>