Shades of Spindle #A8BED0
Tints of Spindle #A8BED0
RGB
CMYK
RGB Variations
Color information
#A8BED0 (or 0xA8BED0) is known color: Spindle. HEX triplet: A8, BE and D0. RGB value is (168,190,208). Sum of RGB (Red+Green+Blue) = 168+190+208=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BED0 is #57412F. Grayscale: #B9B9B9. Windows color (decimal): -5718320 or 13680296. OLE color: 13680296.
HSL color Cylindrical-coordinate representation of color #A8BED0: hue angle of 207º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BED0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 190 | 208 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.18 |
| HSL | 207º | 0.3% | 0.74% | - |
| HSV(B) | 207º | 0.19% | 0.82% | - |
| XYZ | 45.95 | 49.71 | 66.85 | - |
| YUV | 185.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 208 | 0.19 | 0.09 | 0 | 0.18 | 207 | 0.3 | 0.74 |
| Hex | A8 | BE | D0 | 13 | 9 | 0 | 12 | CF | 1E | 4A |
| Octal | 250 | 276 | 320 | 23 | 11 | 0 | 22 | 317 | 36 | 112 |
| Binary | 10101000 | 10111110 | 11010000 | 10011 | 1001 | 0 | 10010 | 11001111 | 11110 | 1001010 |
Color Harmonies of #A8BED0
Complementary color
Monochromatic Colors of #A8BED0
Black with #A8BED0
Text Example
Text Example
White with #A8BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BED0; }
p { color: rgb(168,190,208); }
H1.HeaderClassName
{
color: #A8BED0;
}
.AnyTagClassName
{
color: #A8BED0;
}
</style>
background-color css
<style>
a { background-color: #A8BED0; }
a { background-color: rgb(168,190,208); }
div.DivClassName
{
background-color: #A8BED0;
}
.BgClassName
{
background-color: #A8BED0;
}
</style>
border-color css
<style>
span { border-color: #A8BED0; }
span { border-color: rgb(168,190,208); }
td.TdClassName
{
border-color: #A8BED0;
}
.TagClassName
{
border-color: #A8BED0;
}
</style>