Shades of Spindle #A4BED5
Tints of Spindle #A4BED5
RGB
CMYK
RGB Variations
Color information
#A4BED5 (or 0xA4BED5) is known color: Spindle. HEX triplet: A4, BE and D5. RGB value is (164,190,213). Sum of RGB (Red+Green+Blue) = 164+190+213=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #A4BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BED5 is #5B412A. Grayscale: #B8B8B8. Windows color (decimal): -5980459 or 14007972. OLE color: 14007972.
HSL color Cylindrical-coordinate representation of color #A4BED5: hue angle of 208.16º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4BED5 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 190 | 213 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.16 |
| HSL | 208.16º | 0.37% | 0.74% | - |
| HSV(B) | 208.16º | 0.23% | 0.84% | - |
| XYZ | 45.73 | 49.52 | 70.1 | - |
| YUV | 184.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 213 | 0.23 | 0.11 | 0 | 0.16 | 208.16 | 0.37 | 0.74 |
| Hex | A4 | BE | D5 | 17 | B | 0 | 10 | D0 | 25 | 4A |
| Octal | 244 | 276 | 325 | 27 | 13 | 0 | 20 | 320 | 45 | 112 |
| Binary | 10100100 | 10111110 | 11010101 | 10111 | 1011 | 0 | 10000 | 11010000 | 100101 | 1001010 |
Color Harmonies of #A4BED5
Complementary color
Monochromatic Colors of #A4BED5
Black with #A4BED5
Text Example
Text Example
White with #A4BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BED5; }
p { color: rgb(164,190,213); }
H1.HeaderClassName
{
color: #A4BED5;
}
.AnyTagClassName
{
color: #A4BED5;
}
</style>
background-color css
<style>
a { background-color: #A4BED5; }
a { background-color: rgb(164,190,213); }
div.DivClassName
{
background-color: #A4BED5;
}
.BgClassName
{
background-color: #A4BED5;
}
</style>
border-color css
<style>
span { border-color: #A4BED5; }
span { border-color: rgb(164,190,213); }
td.TdClassName
{
border-color: #A4BED5;
}
.TagClassName
{
border-color: #A4BED5;
}
</style>