Shades of Spindle #BCC8D0
Tints of Spindle #BCC8D0
RGB
CMYK
RGB Variations
Color information
#BCC8D0 (or 0xBCC8D0) is known color: Spindle. HEX triplet: BC, C8 and D0. RGB value is (188,200,208). Sum of RGB (Red+Green+Blue) = 188+200+208=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D0 is #43372F. Grayscale: #C5C5C5. Windows color (decimal): -4405040 or 13682876. OLE color: 13682876.
HSL color Cylindrical-coordinate representation of color #BCC8D0: hue angle of 204º 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 #BCC8D0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 200 | 208 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.18 |
| HSL | 204º | 0.18% | 0.78% | - |
| HSV(B) | 204º | 0.1% | 0.82% | - |
| XYZ | 52.78 | 56.55 | 67.81 | - |
| YUV | 197.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 208 | 0.10 | 0.04 | 0 | 0.18 | 204 | 0.18 | 0.78 |
| Hex | BC | C8 | D0 | A | 4 | 0 | 12 | CC | 12 | 4E |
| Octal | 274 | 310 | 320 | 12 | 4 | 0 | 22 | 314 | 22 | 116 |
| Binary | 10111100 | 11001000 | 11010000 | 1010 | 100 | 0 | 10010 | 11001100 | 10010 | 1001110 |
Color Harmonies of #BCC8D0
Complementary color
Monochromatic Colors of #BCC8D0
Black with #BCC8D0
Text Example
Text Example
White with #BCC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8D0; }
p { color: rgb(188,200,208); }
H1.HeaderClassName
{
color: #BCC8D0;
}
.AnyTagClassName
{
color: #BCC8D0;
}
</style>
background-color css
<style>
a { background-color: #BCC8D0; }
a { background-color: rgb(188,200,208); }
div.DivClassName
{
background-color: #BCC8D0;
}
.BgClassName
{
background-color: #BCC8D0;
}
</style>
border-color css
<style>
span { border-color: #BCC8D0; }
span { border-color: rgb(188,200,208); }
td.TdClassName
{
border-color: #BCC8D0;
}
.TagClassName
{
border-color: #BCC8D0;
}
</style>