Shades of Spindle #BCCBDB
Tints of Spindle #BCCBDB
RGB
CMYK
RGB Variations
Color information
#BCCBDB (or 0xBCCBDB) is known color: Spindle. HEX triplet: BC, CB and DB. RGB value is (188,203,219). Sum of RGB (Red+Green+Blue) = 188+203+219=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDB is #433424. Grayscale: #C8C8C8. Windows color (decimal): -4404261 or 14404540. OLE color: 14404540.
HSL color Cylindrical-coordinate representation of color #BCCBDB: hue angle of 210.97º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCBDB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 203 | 219 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.14 |
| HSL | 210.97º | 0.3% | 0.8% | - |
| HSV(B) | 210.97º | 0.14% | 0.86% | - |
| XYZ | 54.88 | 58.52 | 75.42 | - |
| YUV | 200.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 219 | 0.14 | 0.07 | 0 | 0.14 | 210.97 | 0.3 | 0.8 |
| Hex | BC | CB | DB | E | 7 | 0 | E | D3 | 1E | 50 |
| Octal | 274 | 313 | 333 | 16 | 7 | 0 | 16 | 323 | 36 | 120 |
| Binary | 10111100 | 11001011 | 11011011 | 1110 | 111 | 0 | 1110 | 11010011 | 11110 | 1010000 |
Color Harmonies of #BCCBDB
Complementary color
Monochromatic Colors of #BCCBDB
Black with #BCCBDB
Text Example
Text Example
White with #BCCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBDB; }
p { color: rgb(188,203,219); }
H1.HeaderClassName
{
color: #BCCBDB;
}
.AnyTagClassName
{
color: #BCCBDB;
}
</style>
background-color css
<style>
a { background-color: #BCCBDB; }
a { background-color: rgb(188,203,219); }
div.DivClassName
{
background-color: #BCCBDB;
}
.BgClassName
{
background-color: #BCCBDB;
}
</style>
border-color css
<style>
span { border-color: #BCCBDB; }
span { border-color: rgb(188,203,219); }
td.TdClassName
{
border-color: #BCCBDB;
}
.TagClassName
{
border-color: #BCCBDB;
}
</style>