Shades of Spindle #BCC9CF
Tints of Spindle #BCC9CF
RGB
CMYK
RGB Variations
Color information
#BCC9CF (or 0xBCC9CF) is known color: Spindle. HEX triplet: BC, C9 and CF. RGB value is (188,201,207). Sum of RGB (Red+Green+Blue) = 188+201+207=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CF is #433630. Grayscale: #C5C5C5. Windows color (decimal): -4404785 or 13617596. OLE color: 13617596.
HSL color Cylindrical-coordinate representation of color #BCC9CF: hue angle of 198.95º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC9CF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 201 | 207 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 198.95º | 0.17% | 0.77% | - |
| HSV(B) | 198.95º | 0.09% | 0.81% | - |
| XYZ | 52.89 | 56.97 | 67.24 | - |
| YUV | 197.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 207 | 0.09 | 0.03 | 0 | 0.19 | 198.95 | 0.17 | 0.77 |
| Hex | BC | C9 | CF | 9 | 3 | 0 | 13 | C7 | 11 | 4D |
| Octal | 274 | 311 | 317 | 11 | 3 | 0 | 23 | 307 | 21 | 115 |
| Binary | 10111100 | 11001001 | 11001111 | 1001 | 11 | 0 | 10011 | 11000111 | 10001 | 1001101 |
Color Harmonies of #BCC9CF
Complementary color
Monochromatic Colors of #BCC9CF
Black with #BCC9CF
Text Example
Text Example
White with #BCC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9CF; }
p { color: rgb(188,201,207); }
H1.HeaderClassName
{
color: #BCC9CF;
}
.AnyTagClassName
{
color: #BCC9CF;
}
</style>
background-color css
<style>
a { background-color: #BCC9CF; }
a { background-color: rgb(188,201,207); }
div.DivClassName
{
background-color: #BCC9CF;
}
.BgClassName
{
background-color: #BCC9CF;
}
</style>
border-color css
<style>
span { border-color: #BCC9CF; }
span { border-color: rgb(188,201,207); }
td.TdClassName
{
border-color: #BCC9CF;
}
.TagClassName
{
border-color: #BCC9CF;
}
</style>