Shades of Spindle #A8BED5
Tints of Spindle #A8BED5
RGB
CMYK
RGB Variations
Color information
#A8BED5 (or 0xA8BED5) is known color: Spindle. HEX triplet: A8, BE and D5. RGB value is (168,190,213). Sum of RGB (Red+Green+Blue) = 168+190+213=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BED5 is #57412A. Grayscale: #B9B9B9. Windows color (decimal): -5718315 or 14007976. OLE color: 14007976.
HSL color Cylindrical-coordinate representation of color #A8BED5: hue angle of 210.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BED5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 190 | 213 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.16 |
| HSL | 210.67º | 0.35% | 0.75% | - |
| HSV(B) | 210.67º | 0.21% | 0.84% | - |
| XYZ | 46.57 | 49.96 | 70.14 | - |
| YUV | 186.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 213 | 0.21 | 0.11 | 0 | 0.16 | 210.67 | 0.35 | 0.75 |
| Hex | A8 | BE | D5 | 15 | B | 0 | 10 | D3 | 23 | 4B |
| Octal | 250 | 276 | 325 | 25 | 13 | 0 | 20 | 323 | 43 | 113 |
| Binary | 10101000 | 10111110 | 11010101 | 10101 | 1011 | 0 | 10000 | 11010011 | 100011 | 1001011 |
Color Harmonies of #A8BED5
Complementary color
Monochromatic Colors of #A8BED5
Black with #A8BED5
Text Example
Text Example
White with #A8BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BED5; }
p { color: rgb(168,190,213); }
H1.HeaderClassName
{
color: #A8BED5;
}
.AnyTagClassName
{
color: #A8BED5;
}
</style>
background-color css
<style>
a { background-color: #A8BED5; }
a { background-color: rgb(168,190,213); }
div.DivClassName
{
background-color: #A8BED5;
}
.BgClassName
{
background-color: #A8BED5;
}
</style>
border-color css
<style>
span { border-color: #A8BED5; }
span { border-color: rgb(168,190,213); }
td.TdClassName
{
border-color: #A8BED5;
}
.TagClassName
{
border-color: #A8BED5;
}
</style>