Shades of Spindle #BCCFDB
Tints of Spindle #BCCFDB
RGB
CMYK
RGB Variations
Color information
#BCCFDB (or 0xBCCFDB) is known color: Spindle. HEX triplet: BC, CF and DB. RGB value is (188,207,219). Sum of RGB (Red+Green+Blue) = 188+207+219=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFDB is #433024. Grayscale: #CACACA. Windows color (decimal): -4403237 or 14405564. OLE color: 14405564.
HSL color Cylindrical-coordinate representation of color #BCCFDB: hue angle of 203.23º 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 #BCCFDB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 207 | 219 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.14 |
| HSL | 203.23º | 0.3% | 0.8% | - |
| HSV(B) | 203.23º | 0.14% | 0.86% | - |
| XYZ | 55.84 | 60.43 | 75.74 | - |
| YUV | 202.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 219 | 0.14 | 0.05 | 0 | 0.14 | 203.23 | 0.3 | 0.8 |
| Hex | BC | CF | DB | E | 5 | 0 | E | CB | 1E | 50 |
| Octal | 274 | 317 | 333 | 16 | 5 | 0 | 16 | 313 | 36 | 120 |
| Binary | 10111100 | 11001111 | 11011011 | 1110 | 101 | 0 | 1110 | 11001011 | 11110 | 1010000 |
Color Harmonies of #BCCFDB
Complementary color
Monochromatic Colors of #BCCFDB
Black with #BCCFDB
Text Example
Text Example
White with #BCCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFDB; }
p { color: rgb(188,207,219); }
H1.HeaderClassName
{
color: #BCCFDB;
}
.AnyTagClassName
{
color: #BCCFDB;
}
</style>
background-color css
<style>
a { background-color: #BCCFDB; }
a { background-color: rgb(188,207,219); }
div.DivClassName
{
background-color: #BCCFDB;
}
.BgClassName
{
background-color: #BCCFDB;
}
</style>
border-color css
<style>
span { border-color: #BCCFDB; }
span { border-color: rgb(188,207,219); }
td.TdClassName
{
border-color: #BCCFDB;
}
.TagClassName
{
border-color: #BCCFDB;
}
</style>