Shades of Spindle #BCC9D0
Tints of Spindle #BCC9D0
RGB
CMYK
RGB Variations
Color information
#BCC9D0 (or 0xBCC9D0) is known color: Spindle. HEX triplet: BC, C9 and D0. RGB value is (188,201,208). Sum of RGB (Red+Green+Blue) = 188+201+208=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9D0 is #43362F. Grayscale: #C5C5C5. Windows color (decimal): -4404784 or 13683132. OLE color: 13683132.
HSL color Cylindrical-coordinate representation of color #BCC9D0: hue angle of 201º 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 #BCC9D0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 201 | 208 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.18 |
| HSL | 201º | 0.18% | 0.78% | - |
| HSV(B) | 201º | 0.1% | 0.82% | - |
| XYZ | 53.01 | 57.02 | 67.89 | - |
| YUV | 197.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 208 | 0.10 | 0.03 | 0 | 0.18 | 201 | 0.18 | 0.78 |
| Hex | BC | C9 | D0 | A | 3 | 0 | 12 | C9 | 12 | 4E |
| Octal | 274 | 311 | 320 | 12 | 3 | 0 | 22 | 311 | 22 | 116 |
| Binary | 10111100 | 11001001 | 11010000 | 1010 | 11 | 0 | 10010 | 11001001 | 10010 | 1001110 |
Color Harmonies of #BCC9D0
Complementary color
Monochromatic Colors of #BCC9D0
Black with #BCC9D0
Text Example
Text Example
White with #BCC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9D0; }
p { color: rgb(188,201,208); }
H1.HeaderClassName
{
color: #BCC9D0;
}
.AnyTagClassName
{
color: #BCC9D0;
}
</style>
background-color css
<style>
a { background-color: #BCC9D0; }
a { background-color: rgb(188,201,208); }
div.DivClassName
{
background-color: #BCC9D0;
}
.BgClassName
{
background-color: #BCC9D0;
}
</style>
border-color css
<style>
span { border-color: #BCC9D0; }
span { border-color: rgb(188,201,208); }
td.TdClassName
{
border-color: #BCC9D0;
}
.TagClassName
{
border-color: #BCC9D0;
}
</style>