Shades of Spindle #A5BBD3
Tints of Spindle #A5BBD3
RGB
CMYK
RGB Variations
Color information
#A5BBD3 (or 0xA5BBD3) is known color: Spindle. HEX triplet: A5, BB and D3. RGB value is (165,187,211). Sum of RGB (Red+Green+Blue) = 165+187+211=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #A5BBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBD3 is #5A442C. Grayscale: #B7B7B7. Windows color (decimal): -5915693 or 13876133. OLE color: 13876133.
HSL color Cylindrical-coordinate representation of color #A5BBD3: hue angle of 211.3º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5BBD3 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 187 | 211 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.17 |
| HSL | 211.3º | 0.34% | 0.74% | - |
| HSV(B) | 211.3º | 0.22% | 0.83% | - |
| XYZ | 45.05 | 48.24 | 68.57 | - |
| YUV | 183.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 211 | 0.22 | 0.11 | 0 | 0.17 | 211.3 | 0.34 | 0.74 |
| Hex | A5 | BB | D3 | 16 | B | 0 | 11 | D3 | 22 | 4A |
| Octal | 245 | 273 | 323 | 26 | 13 | 0 | 21 | 323 | 42 | 112 |
| Binary | 10100101 | 10111011 | 11010011 | 10110 | 1011 | 0 | 10001 | 11010011 | 100010 | 1001010 |
Color Harmonies of #A5BBD3
Complementary color
Monochromatic Colors of #A5BBD3
Black with #A5BBD3
Text Example
Text Example
White with #A5BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBD3; }
p { color: rgb(165,187,211); }
H1.HeaderClassName
{
color: #A5BBD3;
}
.AnyTagClassName
{
color: #A5BBD3;
}
</style>
background-color css
<style>
a { background-color: #A5BBD3; }
a { background-color: rgb(165,187,211); }
div.DivClassName
{
background-color: #A5BBD3;
}
.BgClassName
{
background-color: #A5BBD3;
}
</style>
border-color css
<style>
span { border-color: #A5BBD3; }
span { border-color: rgb(165,187,211); }
td.TdClassName
{
border-color: #A5BBD3;
}
.TagClassName
{
border-color: #A5BBD3;
}
</style>