Shades of Spindle #BFC4C9
Tints of Spindle #BFC4C9
RGB
CMYK
RGB Variations
Color information
#BFC4C9 (or 0xBFC4C9) is known color: Spindle. HEX triplet: BF, C4 and C9. RGB value is (191,196,201). Sum of RGB (Red+Green+Blue) = 191+196+201=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C9 is #403B36. Grayscale: #C3C3C3. Windows color (decimal): -4209463 or 13223103. OLE color: 13223103.
HSL color Cylindrical-coordinate representation of color #BFC4C9: hue angle of 210º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4C9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 191 | 196 | 201 | - |
CMYK | 0.05 | 0.02 | 0 | 0.21 |
HSL | 210º | 0.08% | 0.77% | - |
HSV(B) | 210º | 0.05% | 0.79% | - |
XYZ | 51.77 | 54.77 | 63.1 | - |
YUV | 195.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 196 | 201 | 0.05 | 0.02 | 0 | 0.21 | 210 | 0.08 | 0.77 |
Hex | BF | C4 | C9 | 5 | 2 | 0 | 15 | D2 | 8 | 4D |
Octal | 277 | 304 | 311 | 5 | 2 | 0 | 25 | 322 | 10 | 115 |
Binary | 10111111 | 11000100 | 11001001 | 101 | 10 | 0 | 10101 | 11010010 | 1000 | 1001101 |
Color Harmonies of #BFC4C9
Complementary color
Monochromatic Colors of #BFC4C9
Black with #BFC4C9
Text Example
Text Example
White with #BFC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4C9; }
p { color: rgb(191,196,201); }
H1.HeaderClassName
{
color: #BFC4C9;
}
.AnyTagClassName
{
color: #BFC4C9;
}
</style>
background-color css
<style>
a { background-color: #BFC4C9; }
a { background-color: rgb(191,196,201); }
div.DivClassName
{
background-color: #BFC4C9;
}
.BgClassName
{
background-color: #BFC4C9;
}
</style>
border-color css
<style>
span { border-color: #BFC4C9; }
span { border-color: rgb(191,196,201); }
td.TdClassName
{
border-color: #BFC4C9;
}
.TagClassName
{
border-color: #BFC4C9;
}
</style>