Shades of Spindle #BFC6CC
Tints of Spindle #BFC6CC
RGB
CMYK
RGB Variations
Color information
#BFC6CC (or 0xBFC6CC) is known color: Spindle. HEX triplet: BF, C6 and CC. RGB value is (191,198,204). Sum of RGB (Red+Green+Blue) = 191+198+204=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CC is #403933. Grayscale: #C4C4C4. Windows color (decimal): -4208948 or 13420223. OLE color: 13420223.
HSL color Cylindrical-coordinate representation of color #BFC6CC: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC6CC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 191 | 198 | 204 | - |
CMYK | 0.06 | 0.03 | 0 | 0.2 |
HSL | 207.69º | 0.11% | 0.77% | - |
HSV(B) | 207.69º | 0.06% | 0.8% | - |
XYZ | 52.58 | 55.82 | 65.13 | - |
YUV | 196.59 | 132.18 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 198 | 204 | 0.06 | 0.03 | 0 | 0.2 | 207.69 | 0.11 | 0.77 |
Hex | BF | C6 | CC | 6 | 3 | 0 | 14 | D0 | B | 4D |
Octal | 277 | 306 | 314 | 6 | 3 | 0 | 24 | 320 | 13 | 115 |
Binary | 10111111 | 11000110 | 11001100 | 110 | 11 | 0 | 10100 | 11010000 | 1011 | 1001101 |
Color Harmonies of #BFC6CC
Complementary color
Monochromatic Colors of #BFC6CC
Black with #BFC6CC
Text Example
Text Example
White with #BFC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6CC; }
p { color: rgb(191,198,204); }
H1.HeaderClassName
{
color: #BFC6CC;
}
.AnyTagClassName
{
color: #BFC6CC;
}
</style>
background-color css
<style>
a { background-color: #BFC6CC; }
a { background-color: rgb(191,198,204); }
div.DivClassName
{
background-color: #BFC6CC;
}
.BgClassName
{
background-color: #BFC6CC;
}
</style>
border-color css
<style>
span { border-color: #BFC6CC; }
span { border-color: rgb(191,198,204); }
td.TdClassName
{
border-color: #BFC6CC;
}
.TagClassName
{
border-color: #BFC6CC;
}
</style>