Shades of Spindle #BFCACF
Tints of Spindle #BFCACF
RGB
CMYK
RGB Variations
Color information
#BFCACF (or 0xBFCACF) is known color: Spindle. HEX triplet: BF, CA and CF. RGB value is (191,202,207). Sum of RGB (Red+Green+Blue) = 191+202+207=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCACF is #403530. Grayscale: #C7C7C7. Windows color (decimal): -4207921 or 13617855. OLE color: 13617855.
HSL color Cylindrical-coordinate representation of color #BFCACF: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCACF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 202 | 207 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.19 |
| HSL | 198.75º | 0.14% | 0.78% | - |
| HSV(B) | 198.75º | 0.08% | 0.81% | - |
| XYZ | 53.87 | 57.82 | 67.35 | - |
| YUV | 199.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 207 | 0.08 | 0.02 | 0 | 0.19 | 198.75 | 0.14 | 0.78 |
| Hex | BF | CA | CF | 8 | 2 | 0 | 13 | C7 | E | 4E |
| Octal | 277 | 312 | 317 | 10 | 2 | 0 | 23 | 307 | 16 | 116 |
| Binary | 10111111 | 11001010 | 11001111 | 1000 | 10 | 0 | 10011 | 11000111 | 1110 | 1001110 |
Color Harmonies of #BFCACF
Complementary color
Monochromatic Colors of #BFCACF
Black with #BFCACF
Text Example
Text Example
White with #BFCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCACF; }
p { color: rgb(191,202,207); }
H1.HeaderClassName
{
color: #BFCACF;
}
.AnyTagClassName
{
color: #BFCACF;
}
</style>
background-color css
<style>
a { background-color: #BFCACF; }
a { background-color: rgb(191,202,207); }
div.DivClassName
{
background-color: #BFCACF;
}
.BgClassName
{
background-color: #BFCACF;
}
</style>
border-color css
<style>
span { border-color: #BFCACF; }
span { border-color: rgb(191,202,207); }
td.TdClassName
{
border-color: #BFCACF;
}
.TagClassName
{
border-color: #BFCACF;
}
</style>