Shades of Spindle #A8BFD7
Tints of Spindle #A8BFD7
RGB
CMYK
RGB Variations
Color information
#A8BFD7 (or 0xA8BFD7) is known color: Spindle. HEX triplet: A8, BF and D7. RGB value is (168,191,215). Sum of RGB (Red+Green+Blue) = 168+191+215=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFD7 is #574028. Grayscale: #BABABA. Windows color (decimal): -5718057 or 14139304. OLE color: 14139304.
HSL color Cylindrical-coordinate representation of color #A8BFD7: hue angle of 210.64º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8BFD7 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 191 | 215 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.16 |
| HSL | 210.64º | 0.37% | 0.75% | - |
| HSV(B) | 210.64º | 0.22% | 0.84% | - |
| XYZ | 47.05 | 50.49 | 71.56 | - |
| YUV | 186.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 215 | 0.22 | 0.11 | 0 | 0.16 | 210.64 | 0.37 | 0.75 |
| Hex | A8 | BF | D7 | 16 | B | 0 | 10 | D3 | 25 | 4B |
| Octal | 250 | 277 | 327 | 26 | 13 | 0 | 20 | 323 | 45 | 113 |
| Binary | 10101000 | 10111111 | 11010111 | 10110 | 1011 | 0 | 10000 | 11010011 | 100101 | 1001011 |
Color Harmonies of #A8BFD7
Complementary color
Monochromatic Colors of #A8BFD7
Black with #A8BFD7
Text Example
Text Example
White with #A8BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFD7; }
p { color: rgb(168,191,215); }
H1.HeaderClassName
{
color: #A8BFD7;
}
.AnyTagClassName
{
color: #A8BFD7;
}
</style>
background-color css
<style>
a { background-color: #A8BFD7; }
a { background-color: rgb(168,191,215); }
div.DivClassName
{
background-color: #A8BFD7;
}
.BgClassName
{
background-color: #A8BFD7;
}
</style>
border-color css
<style>
span { border-color: #A8BFD7; }
span { border-color: rgb(168,191,215); }
td.TdClassName
{
border-color: #A8BFD7;
}
.TagClassName
{
border-color: #A8BFD7;
}
</style>