Shades of Spindle #BACDD5
Tints of Spindle #BACDD5
RGB
CMYK
RGB Variations
Color information
#BACDD5 (or 0xBACDD5) is known color: Spindle. HEX triplet: BA, CD and D5. RGB value is (186,205,213). Sum of RGB (Red+Green+Blue) = 186+205+213=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #BACDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD5 is #45322A. Grayscale: #C8C8C8. Windows color (decimal): -4534827 or 14011834. OLE color: 14011834.
HSL color Cylindrical-coordinate representation of color #BACDD5: hue angle of 197.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACDD5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 205 | 213 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.16 |
| HSL | 197.78º | 0.24% | 0.78% | - |
| HSV(B) | 197.78º | 0.13% | 0.84% | - |
| XYZ | 54.09 | 58.91 | 71.47 | - |
| YUV | 200.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 213 | 0.13 | 0.04 | 0 | 0.16 | 197.78 | 0.24 | 0.78 |
| Hex | BA | CD | D5 | D | 4 | 0 | 10 | C6 | 18 | 4E |
| Octal | 272 | 315 | 325 | 15 | 4 | 0 | 20 | 306 | 30 | 116 |
| Binary | 10111010 | 11001101 | 11010101 | 1101 | 100 | 0 | 10000 | 11000110 | 11000 | 1001110 |
Color Harmonies of #BACDD5
Complementary color
Monochromatic Colors of #BACDD5
Black with #BACDD5
Text Example
Text Example
White with #BACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDD5; }
p { color: rgb(186,205,213); }
H1.HeaderClassName
{
color: #BACDD5;
}
.AnyTagClassName
{
color: #BACDD5;
}
</style>
background-color css
<style>
a { background-color: #BACDD5; }
a { background-color: rgb(186,205,213); }
div.DivClassName
{
background-color: #BACDD5;
}
.BgClassName
{
background-color: #BACDD5;
}
</style>
border-color css
<style>
span { border-color: #BACDD5; }
span { border-color: rgb(186,205,213); }
td.TdClassName
{
border-color: #BACDD5;
}
.TagClassName
{
border-color: #BACDD5;
}
</style>