Shades of Heather #A5B8CB
Tints of Heather #A5B8CB
RGB
CMYK
RGB Variations
Color information
#A5B8CB (or 0xA5B8CB) is known color: Heather. HEX triplet: A5, B8 and CB. RGB value is (165,184,203). Sum of RGB (Red+Green+Blue) = 165+184+203=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8CB is #5A4734. Grayscale: #B4B4B4. Windows color (decimal): -5916469 or 13351077. OLE color: 13351077.
HSL color Cylindrical-coordinate representation of color #A5B8CB: hue angle of 210º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B8CB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 184 | 203 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.20 |
| HSL | 210º | 0.27% | 0.72% | - |
| HSV(B) | 210º | 0.19% | 0.8% | - |
| XYZ | 43.44 | 46.59 | 63.2 | - |
| YUV | 180.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 203 | 0.19 | 0.09 | 0 | 0.20 | 210 | 0.27 | 0.72 |
| Hex | A5 | B8 | CB | 13 | 9 | 0 | 14 | D2 | 1B | 48 |
| Octal | 245 | 270 | 313 | 23 | 11 | 0 | 24 | 322 | 33 | 110 |
| Binary | 10100101 | 10111000 | 11001011 | 10011 | 1001 | 0 | 10100 | 11010010 | 11011 | 1001000 |
Color Harmonies of #A5B8CB
Complementary color
Monochromatic Colors of #A5B8CB
Black with #A5B8CB
Text Example
Text Example
White with #A5B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8CB; }
p { color: rgb(165,184,203); }
H1.HeaderClassName
{
color: #A5B8CB;
}
.AnyTagClassName
{
color: #A5B8CB;
}
</style>
background-color css
<style>
a { background-color: #A5B8CB; }
a { background-color: rgb(165,184,203); }
div.DivClassName
{
background-color: #A5B8CB;
}
.BgClassName
{
background-color: #A5B8CB;
}
</style>
border-color css
<style>
span { border-color: #A5B8CB; }
span { border-color: rgb(165,184,203); }
td.TdClassName
{
border-color: #A5B8CB;
}
.TagClassName
{
border-color: #A5B8CB;
}
</style>