Shades of Spindle #BFC4C8
Tints of Spindle #BFC4C8
RGB
CMYK
RGB Variations
Color information
#BFC4C8 (or 0xBFC4C8) is known color: Spindle. HEX triplet: BF, C4 and C8. RGB value is (191,196,200). Sum of RGB (Red+Green+Blue) = 191+196+200=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C8 is #403B37. Grayscale: #C2C2C2. Windows color (decimal): -4209464 or 13157567. OLE color: 13157567.
HSL color Cylindrical-coordinate representation of color #BFC4C8: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4C8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 191 | 196 | 200 | - |
CMYK | 0.04 | 0.02 | 0 | 0.22 |
HSL | 206.67º | 0.08% | 0.77% | - |
HSV(B) | 206.67º | 0.05% | 0.78% | - |
XYZ | 51.65 | 54.73 | 62.48 | - |
YUV | 194.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 196 | 200 | 0.04 | 0.02 | 0 | 0.22 | 206.67 | 0.08 | 0.77 |
Hex | BF | C4 | C8 | 4 | 2 | 0 | 16 | CF | 8 | 4D |
Octal | 277 | 304 | 310 | 4 | 2 | 0 | 26 | 317 | 10 | 115 |
Binary | 10111111 | 11000100 | 11001000 | 100 | 10 | 0 | 10110 | 11001111 | 1000 | 1001101 |
Color Harmonies of #BFC4C8
Complementary color
Monochromatic Colors of #BFC4C8
Black with #BFC4C8
Text Example
Text Example
White with #BFC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4C8; }
p { color: rgb(191,196,200); }
H1.HeaderClassName
{
color: #BFC4C8;
}
.AnyTagClassName
{
color: #BFC4C8;
}
</style>
background-color css
<style>
a { background-color: #BFC4C8; }
a { background-color: rgb(191,196,200); }
div.DivClassName
{
background-color: #BFC4C8;
}
.BgClassName
{
background-color: #BFC4C8;
}
</style>
border-color css
<style>
span { border-color: #BFC4C8; }
span { border-color: rgb(191,196,200); }
td.TdClassName
{
border-color: #BFC4C8;
}
.TagClassName
{
border-color: #BFC4C8;
}
</style>