Shades of Spindle #A8BFD1
Tints of Spindle #A8BFD1
RGB
CMYK
RGB Variations
Color information
#A8BFD1 (or 0xA8BFD1) is known color: Spindle. HEX triplet: A8, BF and D1. RGB value is (168,191,209). Sum of RGB (Red+Green+Blue) = 168+191+209=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFD1 is #57402E. Grayscale: #BABABA. Windows color (decimal): -5718063 or 13746088. OLE color: 13746088.
HSL color Cylindrical-coordinate representation of color #A8BFD1: hue angle of 206.34º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BFD1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 191 | 209 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.18 |
| HSL | 206.34º | 0.31% | 0.74% | - |
| HSV(B) | 206.34º | 0.2% | 0.82% | - |
| XYZ | 46.29 | 50.19 | 67.57 | - |
| YUV | 186.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 209 | 0.20 | 0.09 | 0 | 0.18 | 206.34 | 0.31 | 0.74 |
| Hex | A8 | BF | D1 | 14 | 9 | 0 | 12 | CE | 1F | 4A |
| Octal | 250 | 277 | 321 | 24 | 11 | 0 | 22 | 316 | 37 | 112 |
| Binary | 10101000 | 10111111 | 11010001 | 10100 | 1001 | 0 | 10010 | 11001110 | 11111 | 1001010 |
Color Harmonies of #A8BFD1
Complementary color
Monochromatic Colors of #A8BFD1
Black with #A8BFD1
Text Example
Text Example
White with #A8BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFD1; }
p { color: rgb(168,191,209); }
H1.HeaderClassName
{
color: #A8BFD1;
}
.AnyTagClassName
{
color: #A8BFD1;
}
</style>
background-color css
<style>
a { background-color: #A8BFD1; }
a { background-color: rgb(168,191,209); }
div.DivClassName
{
background-color: #A8BFD1;
}
.BgClassName
{
background-color: #A8BFD1;
}
</style>
border-color css
<style>
span { border-color: #A8BFD1; }
span { border-color: rgb(168,191,209); }
td.TdClassName
{
border-color: #A8BFD1;
}
.TagClassName
{
border-color: #A8BFD1;
}
</style>