Shades of Spindle #BACDD8
Tints of Spindle #BACDD8
RGB
CMYK
RGB Variations
Color information
#BACDD8 (or 0xBACDD8) is known color: Spindle. HEX triplet: BA, CD and D8. RGB value is (186,205,216). Sum of RGB (Red+Green+Blue) = 186+205+216=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD8 is #453227. Grayscale: #C8C8C8. Windows color (decimal): -4534824 or 14208442. OLE color: 14208442.
HSL color Cylindrical-coordinate representation of color #BACDD8: hue angle of 202º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACDD8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 205 | 216 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.15 |
| HSL | 202º | 0.28% | 0.79% | - |
| HSV(B) | 202º | 0.14% | 0.85% | - |
| XYZ | 54.48 | 59.06 | 73.49 | - |
| YUV | 200.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 216 | 0.14 | 0.05 | 0 | 0.15 | 202 | 0.28 | 0.79 |
| Hex | BA | CD | D8 | E | 5 | 0 | F | CA | 1C | 4F |
| Octal | 272 | 315 | 330 | 16 | 5 | 0 | 17 | 312 | 34 | 117 |
| Binary | 10111010 | 11001101 | 11011000 | 1110 | 101 | 0 | 1111 | 11001010 | 11100 | 1001111 |
Color Harmonies of #BACDD8
Complementary color
Monochromatic Colors of #BACDD8
Black with #BACDD8
Text Example
Text Example
White with #BACDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDD8; }
p { color: rgb(186,205,216); }
H1.HeaderClassName
{
color: #BACDD8;
}
.AnyTagClassName
{
color: #BACDD8;
}
</style>
background-color css
<style>
a { background-color: #BACDD8; }
a { background-color: rgb(186,205,216); }
div.DivClassName
{
background-color: #BACDD8;
}
.BgClassName
{
background-color: #BACDD8;
}
</style>
border-color css
<style>
span { border-color: #BACDD8; }
span { border-color: rgb(186,205,216); }
td.TdClassName
{
border-color: #BACDD8;
}
.TagClassName
{
border-color: #BACDD8;
}
</style>