Shades of Spindle #BCC7D6
Tints of Spindle #BCC7D6
RGB
CMYK
RGB Variations
Color information
#BCC7D6 (or 0xBCC7D6) is known color: Spindle. HEX triplet: BC, C7 and D6. RGB value is (188,199,214). Sum of RGB (Red+Green+Blue) = 188+199+214=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D6 is #433829. Grayscale: #C5C5C5. Windows color (decimal): -4405290 or 14075836. OLE color: 14075836.
HSL color Cylindrical-coordinate representation of color #BCC7D6: hue angle of 214.62º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC7D6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 199 | 214 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.16 |
| HSL | 214.62º | 0.24% | 0.79% | - |
| HSV(B) | 214.62º | 0.12% | 0.84% | - |
| XYZ | 53.3 | 56.39 | 71.69 | - |
| YUV | 197.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 214 | 0.12 | 0.07 | 0 | 0.16 | 214.62 | 0.24 | 0.79 |
| Hex | BC | C7 | D6 | C | 7 | 0 | 10 | D7 | 18 | 4F |
| Octal | 274 | 307 | 326 | 14 | 7 | 0 | 20 | 327 | 30 | 117 |
| Binary | 10111100 | 11000111 | 11010110 | 1100 | 111 | 0 | 10000 | 11010111 | 11000 | 1001111 |
Color Harmonies of #BCC7D6
Complementary color
Monochromatic Colors of #BCC7D6
Black with #BCC7D6
Text Example
Text Example
White with #BCC7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7D6; }
p { color: rgb(188,199,214); }
H1.HeaderClassName
{
color: #BCC7D6;
}
.AnyTagClassName
{
color: #BCC7D6;
}
</style>
background-color css
<style>
a { background-color: #BCC7D6; }
a { background-color: rgb(188,199,214); }
div.DivClassName
{
background-color: #BCC7D6;
}
.BgClassName
{
background-color: #BCC7D6;
}
</style>
border-color css
<style>
span { border-color: #BCC7D6; }
span { border-color: rgb(188,199,214); }
td.TdClassName
{
border-color: #BCC7D6;
}
.TagClassName
{
border-color: #BCC7D6;
}
</style>