Shades of Spindle #BACDDB
Tints of Spindle #BACDDB
RGB
CMYK
RGB Variations
Color information
#BACDDB (or 0xBACDDB) is known color: Spindle. HEX triplet: BA, CD and DB. RGB value is (186,205,219). Sum of RGB (Red+Green+Blue) = 186+205+219=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 205 (80.47% from 255 or 33.61% 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 #BACDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDB is #453224. Grayscale: #C8C8C8. Windows color (decimal): -4534821 or 14405050. OLE color: 14405050.
HSL color Cylindrical-coordinate representation of color #BACDDB: hue angle of 205.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACDDB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 205 | 219 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 205.45º | 0.31% | 0.79% | - |
| HSV(B) | 205.45º | 0.15% | 0.86% | - |
| XYZ | 54.87 | 59.22 | 75.56 | - |
| YUV | 200.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 219 | 0.15 | 0.06 | 0 | 0.14 | 205.45 | 0.31 | 0.79 |
| Hex | BA | CD | DB | F | 6 | 0 | E | CD | 1F | 4F |
| Octal | 272 | 315 | 333 | 17 | 6 | 0 | 16 | 315 | 37 | 117 |
| Binary | 10111010 | 11001101 | 11011011 | 1111 | 110 | 0 | 1110 | 11001101 | 11111 | 1001111 |
Color Harmonies of #BACDDB
Complementary color
Monochromatic Colors of #BACDDB
Black with #BACDDB
Text Example
Text Example
White with #BACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDDB; }
p { color: rgb(186,205,219); }
H1.HeaderClassName
{
color: #BACDDB;
}
.AnyTagClassName
{
color: #BACDDB;
}
</style>
background-color css
<style>
a { background-color: #BACDDB; }
a { background-color: rgb(186,205,219); }
div.DivClassName
{
background-color: #BACDDB;
}
.BgClassName
{
background-color: #BACDDB;
}
</style>
border-color css
<style>
span { border-color: #BACDDB; }
span { border-color: rgb(186,205,219); }
td.TdClassName
{
border-color: #BACDDB;
}
.TagClassName
{
border-color: #BACDDB;
}
</style>