Shades of Spindle #BCC5D0
Tints of Spindle #BCC5D0
RGB
CMYK
RGB Variations
Color information
#BCC5D0 (or 0xBCC5D0) is known color: Spindle. HEX triplet: BC, C5 and D0. RGB value is (188,197,208). Sum of RGB (Red+Green+Blue) = 188+197+208=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D0 is #433A2F. Grayscale: #C3C3C3. Windows color (decimal): -4405808 or 13682108. OLE color: 13682108.
HSL color Cylindrical-coordinate representation of color #BCC5D0: hue angle of 213º degrees, saturation: 0.18, 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 #BCC5D0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 197 | 208 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.18 |
| HSL | 213º | 0.18% | 0.78% | - |
| HSV(B) | 213º | 0.1% | 0.82% | - |
| XYZ | 52.09 | 55.18 | 67.58 | - |
| YUV | 195.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 208 | 0.10 | 0.05 | 0 | 0.18 | 213 | 0.18 | 0.78 |
| Hex | BC | C5 | D0 | A | 5 | 0 | 12 | D5 | 12 | 4E |
| Octal | 274 | 305 | 320 | 12 | 5 | 0 | 22 | 325 | 22 | 116 |
| Binary | 10111100 | 11000101 | 11010000 | 1010 | 101 | 0 | 10010 | 11010101 | 10010 | 1001110 |
Color Harmonies of #BCC5D0
Complementary color
Monochromatic Colors of #BCC5D0
Black with #BCC5D0
Text Example
Text Example
White with #BCC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5D0; }
p { color: rgb(188,197,208); }
H1.HeaderClassName
{
color: #BCC5D0;
}
.AnyTagClassName
{
color: #BCC5D0;
}
</style>
background-color css
<style>
a { background-color: #BCC5D0; }
a { background-color: rgb(188,197,208); }
div.DivClassName
{
background-color: #BCC5D0;
}
.BgClassName
{
background-color: #BCC5D0;
}
</style>
border-color css
<style>
span { border-color: #BCC5D0; }
span { border-color: rgb(188,197,208); }
td.TdClassName
{
border-color: #BCC5D0;
}
.TagClassName
{
border-color: #BCC5D0;
}
</style>