Shades of Spindle #BACDDE
Tints of Spindle #BACDDE
RGB
CMYK
RGB Variations
Color information
#BACDDE (or 0xBACDDE) is known color: Spindle. HEX triplet: BA, CD and DE. RGB value is (186,205,222). Sum of RGB (Red+Green+Blue) = 186+205+222=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDE is #453221. Grayscale: #C9C9C9. Windows color (decimal): -4534818 or 14601658. OLE color: 14601658.
HSL color Cylindrical-coordinate representation of color #BACDDE: hue angle of 208.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACDDE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 205 | 222 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 208.33º | 0.35% | 0.8% | - |
| HSV(B) | 208.33º | 0.16% | 0.87% | - |
| XYZ | 55.27 | 59.38 | 77.66 | - |
| YUV | 201.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 222 | 0.16 | 0.08 | 0 | 0.13 | 208.33 | 0.35 | 0.8 |
| Hex | BA | CD | DE | 10 | 8 | 0 | D | D0 | 23 | 50 |
| Octal | 272 | 315 | 336 | 20 | 10 | 0 | 15 | 320 | 43 | 120 |
| Binary | 10111010 | 11001101 | 11011110 | 10000 | 1000 | 0 | 1101 | 11010000 | 100011 | 1010000 |
Color Harmonies of #BACDDE
Complementary color
Monochromatic Colors of #BACDDE
Black with #BACDDE
Text Example
Text Example
White with #BACDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDDE; }
p { color: rgb(186,205,222); }
H1.HeaderClassName
{
color: #BACDDE;
}
.AnyTagClassName
{
color: #BACDDE;
}
</style>
background-color css
<style>
a { background-color: #BACDDE; }
a { background-color: rgb(186,205,222); }
div.DivClassName
{
background-color: #BACDDE;
}
.BgClassName
{
background-color: #BACDDE;
}
</style>
border-color css
<style>
span { border-color: #BACDDE; }
span { border-color: rgb(186,205,222); }
td.TdClassName
{
border-color: #BACDDE;
}
.TagClassName
{
border-color: #BACDDE;
}
</style>