Shades of Spindle #BACDD7
Tints of Spindle #BACDD7
RGB
CMYK
RGB Variations
Color information
#BACDD7 (or 0xBACDD7) is known color: Spindle. HEX triplet: BA, CD and D7. RGB value is (186,205,215). Sum of RGB (Red+Green+Blue) = 186+205+215=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD7 is #453228. Grayscale: #C8C8C8. Windows color (decimal): -4534825 or 14142906. OLE color: 14142906.
HSL color Cylindrical-coordinate representation of color #BACDD7: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACDD7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 205 | 215 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.16 |
| HSL | 200.69º | 0.27% | 0.79% | - |
| HSV(B) | 200.69º | 0.13% | 0.84% | - |
| XYZ | 54.35 | 59.01 | 72.82 | - |
| YUV | 200.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 215 | 0.13 | 0.05 | 0 | 0.16 | 200.69 | 0.27 | 0.79 |
| Hex | BA | CD | D7 | D | 5 | 0 | 10 | C9 | 1B | 4F |
| Octal | 272 | 315 | 327 | 15 | 5 | 0 | 20 | 311 | 33 | 117 |
| Binary | 10111010 | 11001101 | 11010111 | 1101 | 101 | 0 | 10000 | 11001001 | 11011 | 1001111 |
Color Harmonies of #BACDD7
Complementary color
Monochromatic Colors of #BACDD7
Black with #BACDD7
Text Example
Text Example
White with #BACDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDD7; }
p { color: rgb(186,205,215); }
H1.HeaderClassName
{
color: #BACDD7;
}
.AnyTagClassName
{
color: #BACDD7;
}
</style>
background-color css
<style>
a { background-color: #BACDD7; }
a { background-color: rgb(186,205,215); }
div.DivClassName
{
background-color: #BACDD7;
}
.BgClassName
{
background-color: #BACDD7;
}
</style>
border-color css
<style>
span { border-color: #BACDD7; }
span { border-color: rgb(186,205,215); }
td.TdClassName
{
border-color: #BACDD7;
}
.TagClassName
{
border-color: #BACDD7;
}
</style>