Shades of Heather #A5BBC2
Tints of Heather #A5BBC2
RGB
CMYK
RGB Variations
Color information
#A5BBC2 (or 0xA5BBC2) is known color: Heather. HEX triplet: A5, BB and C2. RGB value is (165,187,194). Sum of RGB (Red+Green+Blue) = 165+187+194=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #A5BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBC2 is #5A443D. Grayscale: #B5B5B5. Windows color (decimal): -5915710 or 12762021. OLE color: 12762021.
HSL color Cylindrical-coordinate representation of color #A5BBC2: hue angle of 194.48º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BBC2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 187 | 194 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.24 |
| HSL | 194.48º | 0.19% | 0.7% | - |
| HSV(B) | 194.48º | 0.15% | 0.76% | - |
| XYZ | 43.02 | 47.44 | 57.93 | - |
| YUV | 181.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 194 | 0.15 | 0.04 | 0 | 0.24 | 194.48 | 0.19 | 0.7 |
| Hex | A5 | BB | C2 | F | 4 | 0 | 18 | C2 | 13 | 46 |
| Octal | 245 | 273 | 302 | 17 | 4 | 0 | 30 | 302 | 23 | 106 |
| Binary | 10100101 | 10111011 | 11000010 | 1111 | 100 | 0 | 11000 | 11000010 | 10011 | 1000110 |
Color Harmonies of #A5BBC2
Complementary color
Monochromatic Colors of #A5BBC2
Black with #A5BBC2
Text Example
Text Example
White with #A5BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBC2; }
p { color: rgb(165,187,194); }
H1.HeaderClassName
{
color: #A5BBC2;
}
.AnyTagClassName
{
color: #A5BBC2;
}
</style>
background-color css
<style>
a { background-color: #A5BBC2; }
a { background-color: rgb(165,187,194); }
div.DivClassName
{
background-color: #A5BBC2;
}
.BgClassName
{
background-color: #A5BBC2;
}
</style>
border-color css
<style>
span { border-color: #A5BBC2; }
span { border-color: rgb(165,187,194); }
td.TdClassName
{
border-color: #A5BBC2;
}
.TagClassName
{
border-color: #A5BBC2;
}
</style>