Shades of Spindle #A4B9CF
Tints of Spindle #A4B9CF
RGB
CMYK
RGB Variations
Color information
#A4B9CF (or 0xA4B9CF) is known color: Spindle. HEX triplet: A4, B9 and CF. RGB value is (164,185,207). Sum of RGB (Red+Green+Blue) = 164+185+207=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9CF is #5B4630. Grayscale: #B5B5B5. Windows color (decimal): -5981745 or 13613476. OLE color: 13613476.
HSL color Cylindrical-coordinate representation of color #A4B9CF: hue angle of 210.7º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4B9CF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 185 | 207 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.19 |
| HSL | 210.7º | 0.31% | 0.73% | - |
| HSV(B) | 210.7º | 0.21% | 0.81% | - |
| XYZ | 43.92 | 47.1 | 65.81 | - |
| YUV | 181.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 207 | 0.21 | 0.11 | 0 | 0.19 | 210.7 | 0.31 | 0.73 |
| Hex | A4 | B9 | CF | 15 | B | 0 | 13 | D3 | 1F | 49 |
| Octal | 244 | 271 | 317 | 25 | 13 | 0 | 23 | 323 | 37 | 111 |
| Binary | 10100100 | 10111001 | 11001111 | 10101 | 1011 | 0 | 10011 | 11010011 | 11111 | 1001001 |
Color Harmonies of #A4B9CF
Complementary color
Monochromatic Colors of #A4B9CF
Black with #A4B9CF
Text Example
Text Example
White with #A4B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9CF; }
p { color: rgb(164,185,207); }
H1.HeaderClassName
{
color: #A4B9CF;
}
.AnyTagClassName
{
color: #A4B9CF;
}
</style>
background-color css
<style>
a { background-color: #A4B9CF; }
a { background-color: rgb(164,185,207); }
div.DivClassName
{
background-color: #A4B9CF;
}
.BgClassName
{
background-color: #A4B9CF;
}
</style>
border-color css
<style>
span { border-color: #A4B9CF; }
span { border-color: rgb(164,185,207); }
td.TdClassName
{
border-color: #A4B9CF;
}
.TagClassName
{
border-color: #A4B9CF;
}
</style>