Shades of Spindle #BCC5D1
Tints of Spindle #BCC5D1
RGB
CMYK
RGB Variations
Color information
#BCC5D1 (or 0xBCC5D1) is known color: Spindle. HEX triplet: BC, C5 and D1. RGB value is (188,197,209). Sum of RGB (Red+Green+Blue) = 188+197+209=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D1 is #433A2E. Grayscale: #C3C3C3. Windows color (decimal): -4405807 or 13747644. OLE color: 13747644.
HSL color Cylindrical-coordinate representation of color #BCC5D1: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC5D1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 197 | 209 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.18 |
| HSL | 214.29º | 0.19% | 0.78% | - |
| HSV(B) | 214.29º | 0.1% | 0.82% | - |
| XYZ | 52.21 | 55.23 | 68.23 | - |
| YUV | 195.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 209 | 0.10 | 0.06 | 0 | 0.18 | 214.29 | 0.19 | 0.78 |
| Hex | BC | C5 | D1 | A | 6 | 0 | 12 | D6 | 13 | 4E |
| Octal | 274 | 305 | 321 | 12 | 6 | 0 | 22 | 326 | 23 | 116 |
| Binary | 10111100 | 11000101 | 11010001 | 1010 | 110 | 0 | 10010 | 11010110 | 10011 | 1001110 |
Color Harmonies of #BCC5D1
Complementary color
Monochromatic Colors of #BCC5D1
Black with #BCC5D1
Text Example
Text Example
White with #BCC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5D1; }
p { color: rgb(188,197,209); }
H1.HeaderClassName
{
color: #BCC5D1;
}
.AnyTagClassName
{
color: #BCC5D1;
}
</style>
background-color css
<style>
a { background-color: #BCC5D1; }
a { background-color: rgb(188,197,209); }
div.DivClassName
{
background-color: #BCC5D1;
}
.BgClassName
{
background-color: #BCC5D1;
}
</style>
border-color css
<style>
span { border-color: #BCC5D1; }
span { border-color: rgb(188,197,209); }
td.TdClassName
{
border-color: #BCC5D1;
}
.TagClassName
{
border-color: #BCC5D1;
}
</style>