Shades of Spindle #A7BED1
Tints of Spindle #A7BED1
RGB
CMYK
RGB Variations
Color information
#A7BED1 (or 0xA7BED1) is known color: Spindle. HEX triplet: A7, BE and D1. RGB value is (167,190,209). Sum of RGB (Red+Green+Blue) = 167+190+209=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #A7BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BED1 is #58412E. Grayscale: #B9B9B9. Windows color (decimal): -5783855 or 13745831. OLE color: 13745831.
HSL color Cylindrical-coordinate representation of color #A7BED1: hue angle of 207.14º 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 #A7BED1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 190 | 209 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.18 |
| HSL | 207.14º | 0.31% | 0.74% | - |
| HSV(B) | 207.14º | 0.2% | 0.82% | - |
| XYZ | 45.86 | 49.65 | 67.49 | - |
| YUV | 185.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 209 | 0.20 | 0.09 | 0 | 0.18 | 207.14 | 0.31 | 0.74 |
| Hex | A7 | BE | D1 | 14 | 9 | 0 | 12 | CF | 1F | 4A |
| Octal | 247 | 276 | 321 | 24 | 11 | 0 | 22 | 317 | 37 | 112 |
| Binary | 10100111 | 10111110 | 11010001 | 10100 | 1001 | 0 | 10010 | 11001111 | 11111 | 1001010 |
Color Harmonies of #A7BED1
Complementary color
Monochromatic Colors of #A7BED1
Black with #A7BED1
Text Example
Text Example
White with #A7BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BED1; }
p { color: rgb(167,190,209); }
H1.HeaderClassName
{
color: #A7BED1;
}
.AnyTagClassName
{
color: #A7BED1;
}
</style>
background-color css
<style>
a { background-color: #A7BED1; }
a { background-color: rgb(167,190,209); }
div.DivClassName
{
background-color: #A7BED1;
}
.BgClassName
{
background-color: #A7BED1;
}
</style>
border-color css
<style>
span { border-color: #A7BED1; }
span { border-color: rgb(167,190,209); }
td.TdClassName
{
border-color: #A7BED1;
}
.TagClassName
{
border-color: #A7BED1;
}
</style>