Shades of Spindle #A7BED3
Tints of Spindle #A7BED3
RGB
CMYK
RGB Variations
Color information
#A7BED3 (or 0xA7BED3) is known color: Spindle. HEX triplet: A7, BE and D3. RGB value is (167,190,211). Sum of RGB (Red+Green+Blue) = 167+190+211=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #A7BED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BED3 is #58412C. Grayscale: #B9B9B9. Windows color (decimal): -5783853 or 13876903. OLE color: 13876903.
HSL color Cylindrical-coordinate representation of color #A7BED3: hue angle of 208.64º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7BED3 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 190 | 211 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.17 |
| HSL | 208.64º | 0.33% | 0.74% | - |
| HSV(B) | 208.64º | 0.21% | 0.83% | - |
| XYZ | 46.11 | 49.75 | 68.8 | - |
| YUV | 185.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 211 | 0.21 | 0.10 | 0 | 0.17 | 208.64 | 0.33 | 0.74 |
| Hex | A7 | BE | D3 | 15 | A | 0 | 11 | D1 | 21 | 4A |
| Octal | 247 | 276 | 323 | 25 | 12 | 0 | 21 | 321 | 41 | 112 |
| Binary | 10100111 | 10111110 | 11010011 | 10101 | 1010 | 0 | 10001 | 11010001 | 100001 | 1001010 |
Color Harmonies of #A7BED3
Complementary color
Monochromatic Colors of #A7BED3
Black with #A7BED3
Text Example
Text Example
White with #A7BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BED3; }
p { color: rgb(167,190,211); }
H1.HeaderClassName
{
color: #A7BED3;
}
.AnyTagClassName
{
color: #A7BED3;
}
</style>
background-color css
<style>
a { background-color: #A7BED3; }
a { background-color: rgb(167,190,211); }
div.DivClassName
{
background-color: #A7BED3;
}
.BgClassName
{
background-color: #A7BED3;
}
</style>
border-color css
<style>
span { border-color: #A7BED3; }
span { border-color: rgb(167,190,211); }
td.TdClassName
{
border-color: #A7BED3;
}
.TagClassName
{
border-color: #A7BED3;
}
</style>