Shades of Spindle #BCCBD9
Tints of Spindle #BCCBD9
RGB
CMYK
RGB Variations
Color information
#BCCBD9 (or 0xBCCBD9) is known color: Spindle. HEX triplet: BC, CB and D9. RGB value is (188,203,217). Sum of RGB (Red+Green+Blue) = 188+203+217=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD9 is #433426. Grayscale: #C8C8C8. Windows color (decimal): -4404263 or 14273468. OLE color: 14273468.
HSL color Cylindrical-coordinate representation of color #BCCBD9: hue angle of 208.97º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCBD9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 203 | 217 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 208.97º | 0.28% | 0.79% | - |
| HSV(B) | 208.97º | 0.13% | 0.85% | - |
| XYZ | 54.62 | 58.41 | 74.04 | - |
| YUV | 200.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 217 | 0.13 | 0.06 | 0 | 0.15 | 208.97 | 0.28 | 0.79 |
| Hex | BC | CB | D9 | D | 6 | 0 | F | D1 | 1C | 4F |
| Octal | 274 | 313 | 331 | 15 | 6 | 0 | 17 | 321 | 34 | 117 |
| Binary | 10111100 | 11001011 | 11011001 | 1101 | 110 | 0 | 1111 | 11010001 | 11100 | 1001111 |
Color Harmonies of #BCCBD9
Complementary color
Monochromatic Colors of #BCCBD9
Black with #BCCBD9
Text Example
Text Example
White with #BCCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBD9; }
p { color: rgb(188,203,217); }
H1.HeaderClassName
{
color: #BCCBD9;
}
.AnyTagClassName
{
color: #BCCBD9;
}
</style>
background-color css
<style>
a { background-color: #BCCBD9; }
a { background-color: rgb(188,203,217); }
div.DivClassName
{
background-color: #BCCBD9;
}
.BgClassName
{
background-color: #BCCBD9;
}
</style>
border-color css
<style>
span { border-color: #BCCBD9; }
span { border-color: rgb(188,203,217); }
td.TdClassName
{
border-color: #BCCBD9;
}
.TagClassName
{
border-color: #BCCBD9;
}
</style>