Shades of Spindle #BCC7CD
Tints of Spindle #BCC7CD
RGB
CMYK
RGB Variations
Color information
#BCC7CD (or 0xBCC7CD) is known color: Spindle. HEX triplet: BC, C7 and CD. RGB value is (188,199,205). Sum of RGB (Red+Green+Blue) = 188+199+205=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CD is #433832. Grayscale: #C4C4C4. Windows color (decimal): -4405299 or 13486012. OLE color: 13486012.
HSL color Cylindrical-coordinate representation of color #BCC7CD: hue angle of 201.18º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC7CD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 199 | 205 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.20 |
| HSL | 201.18º | 0.15% | 0.77% | - |
| HSV(B) | 201.18º | 0.08% | 0.8% | - |
| XYZ | 52.18 | 55.95 | 65.81 | - |
| YUV | 196.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 205 | 0.08 | 0.03 | 0 | 0.20 | 201.18 | 0.15 | 0.77 |
| Hex | BC | C7 | CD | 8 | 3 | 0 | 14 | C9 | F | 4D |
| Octal | 274 | 307 | 315 | 10 | 3 | 0 | 24 | 311 | 17 | 115 |
| Binary | 10111100 | 11000111 | 11001101 | 1000 | 11 | 0 | 10100 | 11001001 | 1111 | 1001101 |
Color Harmonies of #BCC7CD
Complementary color
Monochromatic Colors of #BCC7CD
Black with #BCC7CD
Text Example
Text Example
White with #BCC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7CD; }
p { color: rgb(188,199,205); }
H1.HeaderClassName
{
color: #BCC7CD;
}
.AnyTagClassName
{
color: #BCC7CD;
}
</style>
background-color css
<style>
a { background-color: #BCC7CD; }
a { background-color: rgb(188,199,205); }
div.DivClassName
{
background-color: #BCC7CD;
}
.BgClassName
{
background-color: #BCC7CD;
}
</style>
border-color css
<style>
span { border-color: #BCC7CD; }
span { border-color: rgb(188,199,205); }
td.TdClassName
{
border-color: #BCC7CD;
}
.TagClassName
{
border-color: #BCC7CD;
}
</style>