Shades of Spindle #BCC5D6
Tints of Spindle #BCC5D6
RGB
CMYK
RGB Variations
Color information
#BCC5D6 (or 0xBCC5D6) is known color: Spindle. HEX triplet: BC, C5 and D6. RGB value is (188,197,214). Sum of RGB (Red+Green+Blue) = 188+197+214=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D6 is #433A29. Grayscale: #C4C4C4. Windows color (decimal): -4405802 or 14075324. OLE color: 14075324.
HSL color Cylindrical-coordinate representation of color #BCC5D6: hue angle of 219.23º 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 #BCC5D6 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 197 | 214 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.16 |
| HSL | 219.23º | 0.24% | 0.79% | - |
| HSV(B) | 219.23º | 0.12% | 0.84% | - |
| XYZ | 52.84 | 55.48 | 71.54 | - |
| YUV | 196.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 214 | 0.12 | 0.08 | 0 | 0.16 | 219.23 | 0.24 | 0.79 |
| Hex | BC | C5 | D6 | C | 8 | 0 | 10 | DB | 18 | 4F |
| Octal | 274 | 305 | 326 | 14 | 10 | 0 | 20 | 333 | 30 | 117 |
| Binary | 10111100 | 11000101 | 11010110 | 1100 | 1000 | 0 | 10000 | 11011011 | 11000 | 1001111 |
Color Harmonies of #BCC5D6
Complementary color
Monochromatic Colors of #BCC5D6
Black with #BCC5D6
Text Example
Text Example
White with #BCC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5D6; }
p { color: rgb(188,197,214); }
H1.HeaderClassName
{
color: #BCC5D6;
}
.AnyTagClassName
{
color: #BCC5D6;
}
</style>
background-color css
<style>
a { background-color: #BCC5D6; }
a { background-color: rgb(188,197,214); }
div.DivClassName
{
background-color: #BCC5D6;
}
.BgClassName
{
background-color: #BCC5D6;
}
</style>
border-color css
<style>
span { border-color: #BCC5D6; }
span { border-color: rgb(188,197,214); }
td.TdClassName
{
border-color: #BCC5D6;
}
.TagClassName
{
border-color: #BCC5D6;
}
</style>