Shades of Spindle #A7BFD7
Tints of Spindle #A7BFD7
RGB
CMYK
RGB Variations
Color information
#A7BFD7 (or 0xA7BFD7) is known color: Spindle. HEX triplet: A7, BF and D7. RGB value is (167,191,215). Sum of RGB (Red+Green+Blue) = 167+191+215=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #A7BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFD7 is #584028. Grayscale: #BABABA. Windows color (decimal): -5783593 or 14139303. OLE color: 14139303.
HSL color Cylindrical-coordinate representation of color #A7BFD7: hue angle of 210º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7BFD7 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 167 | 191 | 215 | - |
CMYK | 0.22 | 0.11 | 0 | 0.16 |
HSL | 210º | 0.38% | 0.75% | - |
HSV(B) | 210º | 0.22% | 0.84% | - |
XYZ | 46.83 | 50.38 | 71.55 | - |
YUV | 186.56 | 144.05 | 114.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 191 | 215 | 0.22 | 0.11 | 0 | 0.16 | 210 | 0.38 | 0.75 |
Hex | A7 | BF | D7 | 16 | B | 0 | 10 | D2 | 26 | 4B |
Octal | 247 | 277 | 327 | 26 | 13 | 0 | 20 | 322 | 46 | 113 |
Binary | 10100111 | 10111111 | 11010111 | 10110 | 1011 | 0 | 10000 | 11010010 | 100110 | 1001011 |
Color Harmonies of #A7BFD7
Complementary color
Monochromatic Colors of #A7BFD7
Black with #A7BFD7
Text Example
Text Example
White with #A7BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFD7; }
p { color: rgb(167,191,215); }
H1.HeaderClassName
{
color: #A7BFD7;
}
.AnyTagClassName
{
color: #A7BFD7;
}
</style>
background-color css
<style>
a { background-color: #A7BFD7; }
a { background-color: rgb(167,191,215); }
div.DivClassName
{
background-color: #A7BFD7;
}
.BgClassName
{
background-color: #A7BFD7;
}
</style>
border-color css
<style>
span { border-color: #A7BFD7; }
span { border-color: rgb(167,191,215); }
td.TdClassName
{
border-color: #A7BFD7;
}
.TagClassName
{
border-color: #A7BFD7;
}
</style>