Shades of Spindle #BCC9DB
Tints of Spindle #BCC9DB
RGB
CMYK
RGB Variations
Color information
#BCC9DB (or 0xBCC9DB) is known color: Spindle. HEX triplet: BC, C9 and DB. RGB value is (188,201,219). Sum of RGB (Red+Green+Blue) = 188+201+219=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DB is #433624. Grayscale: #C7C7C7. Windows color (decimal): -4404773 or 14404028. OLE color: 14404028.
HSL color Cylindrical-coordinate representation of color #BCC9DB: hue angle of 214.84º 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 #BCC9DB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 188 | 201 | 219 | - |
CMYK | 0.14 | 0.08 | 0 | 0.14 |
HSL | 214.84º | 0.3% | 0.8% | - |
HSV(B) | 214.84º | 0.14% | 0.86% | - |
XYZ | 54.41 | 57.58 | 75.26 | - |
YUV | 199.17 | 139.19 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 201 | 219 | 0.14 | 0.08 | 0 | 0.14 | 214.84 | 0.3 | 0.8 |
Hex | BC | C9 | DB | E | 8 | 0 | E | D7 | 1E | 50 |
Octal | 274 | 311 | 333 | 16 | 10 | 0 | 16 | 327 | 36 | 120 |
Binary | 10111100 | 11001001 | 11011011 | 1110 | 1000 | 0 | 1110 | 11010111 | 11110 | 1010000 |
Color Harmonies of #BCC9DB
Complementary color
Monochromatic Colors of #BCC9DB
Black with #BCC9DB
Text Example
Text Example
White with #BCC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9DB; }
p { color: rgb(188,201,219); }
H1.HeaderClassName
{
color: #BCC9DB;
}
.AnyTagClassName
{
color: #BCC9DB;
}
</style>
background-color css
<style>
a { background-color: #BCC9DB; }
a { background-color: rgb(188,201,219); }
div.DivClassName
{
background-color: #BCC9DB;
}
.BgClassName
{
background-color: #BCC9DB;
}
</style>
border-color css
<style>
span { border-color: #BCC9DB; }
span { border-color: rgb(188,201,219); }
td.TdClassName
{
border-color: #BCC9DB;
}
.TagClassName
{
border-color: #BCC9DB;
}
</style>