Shades of Spindle #BACCD8
Tints of Spindle #BACCD8
RGB
CMYK
RGB Variations
Color information
#BACCD8 (or 0xBACCD8) is known color: Spindle. HEX triplet: BA, CC and D8. RGB value is (186,204,216). Sum of RGB (Red+Green+Blue) = 186+204+216=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD8 is #453327. Grayscale: #C7C7C7. Windows color (decimal): -4535080 or 14208186. OLE color: 14208186.
HSL color Cylindrical-coordinate representation of color #BACCD8: hue angle of 204º 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 #BACCD8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 204 | 216 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 204º | 0.28% | 0.79% | - |
| HSV(B) | 204º | 0.14% | 0.85% | - |
| XYZ | 54.24 | 58.58 | 73.41 | - |
| YUV | 199.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 216 | 0.14 | 0.06 | 0 | 0.15 | 204 | 0.28 | 0.79 |
| Hex | BA | CC | D8 | E | 6 | 0 | F | CC | 1C | 4F |
| Octal | 272 | 314 | 330 | 16 | 6 | 0 | 17 | 314 | 34 | 117 |
| Binary | 10111010 | 11001100 | 11011000 | 1110 | 110 | 0 | 1111 | 11001100 | 11100 | 1001111 |
Color Harmonies of #BACCD8
Complementary color
Monochromatic Colors of #BACCD8
Black with #BACCD8
Text Example
Text Example
White with #BACCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCD8; }
p { color: rgb(186,204,216); }
H1.HeaderClassName
{
color: #BACCD8;
}
.AnyTagClassName
{
color: #BACCD8;
}
</style>
background-color css
<style>
a { background-color: #BACCD8; }
a { background-color: rgb(186,204,216); }
div.DivClassName
{
background-color: #BACCD8;
}
.BgClassName
{
background-color: #BACCD8;
}
</style>
border-color css
<style>
span { border-color: #BACCD8; }
span { border-color: rgb(186,204,216); }
td.TdClassName
{
border-color: #BACCD8;
}
.TagClassName
{
border-color: #BACCD8;
}
</style>