Shades of Spindle #BCC5CF
Tints of Spindle #BCC5CF
RGB
CMYK
RGB Variations
Color information
#BCC5CF (or 0xBCC5CF) is known color: Spindle. HEX triplet: BC, C5 and CF. RGB value is (188,197,207). Sum of RGB (Red+Green+Blue) = 188+197+207=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CF is #433A30. Grayscale: #C3C3C3. Windows color (decimal): -4405809 or 13616572. OLE color: 13616572.
HSL color Cylindrical-coordinate representation of color #BCC5CF: hue angle of 211.58º 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 #BCC5CF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 197 | 207 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.19 |
| HSL | 211.58º | 0.17% | 0.77% | - |
| HSV(B) | 211.58º | 0.09% | 0.81% | - |
| XYZ | 51.97 | 55.13 | 66.93 | - |
| YUV | 195.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 207 | 0.09 | 0.05 | 0 | 0.19 | 211.58 | 0.17 | 0.77 |
| Hex | BC | C5 | CF | 9 | 5 | 0 | 13 | D4 | 11 | 4D |
| Octal | 274 | 305 | 317 | 11 | 5 | 0 | 23 | 324 | 21 | 115 |
| Binary | 10111100 | 11000101 | 11001111 | 1001 | 101 | 0 | 10011 | 11010100 | 10001 | 1001101 |
Color Harmonies of #BCC5CF
Complementary color
Monochromatic Colors of #BCC5CF
Black with #BCC5CF
Text Example
Text Example
White with #BCC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5CF; }
p { color: rgb(188,197,207); }
H1.HeaderClassName
{
color: #BCC5CF;
}
.AnyTagClassName
{
color: #BCC5CF;
}
</style>
background-color css
<style>
a { background-color: #BCC5CF; }
a { background-color: rgb(188,197,207); }
div.DivClassName
{
background-color: #BCC5CF;
}
.BgClassName
{
background-color: #BCC5CF;
}
</style>
border-color css
<style>
span { border-color: #BCC5CF; }
span { border-color: rgb(188,197,207); }
td.TdClassName
{
border-color: #BCC5CF;
}
.TagClassName
{
border-color: #BCC5CF;
}
</style>