Shades of Heather #A5BCC4
Tints of Heather #A5BCC4
RGB
CMYK
RGB Variations
Color information
#A5BCC4 (or 0xA5BCC4) is known color: Heather. HEX triplet: A5, BC and C4. RGB value is (165,188,196). Sum of RGB (Red+Green+Blue) = 165+188+196=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCC4 is #5A433B. Grayscale: #B5B5B5. Windows color (decimal): -5915452 or 12893349. OLE color: 12893349.
HSL color Cylindrical-coordinate representation of color #A5BCC4: hue angle of 195.48º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BCC4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 188 | 196 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.23 |
| HSL | 195.48º | 0.21% | 0.71% | - |
| HSV(B) | 195.48º | 0.16% | 0.77% | - |
| XYZ | 43.46 | 47.95 | 59.19 | - |
| YUV | 182.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 196 | 0.16 | 0.04 | 0 | 0.23 | 195.48 | 0.21 | 0.71 |
| Hex | A5 | BC | C4 | 10 | 4 | 0 | 17 | C3 | 15 | 47 |
| Octal | 245 | 274 | 304 | 20 | 4 | 0 | 27 | 303 | 25 | 107 |
| Binary | 10100101 | 10111100 | 11000100 | 10000 | 100 | 0 | 10111 | 11000011 | 10101 | 1000111 |
Color Harmonies of #A5BCC4
Complementary color
Monochromatic Colors of #A5BCC4
Black with #A5BCC4
Text Example
Text Example
White with #A5BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCC4; }
p { color: rgb(165,188,196); }
H1.HeaderClassName
{
color: #A5BCC4;
}
.AnyTagClassName
{
color: #A5BCC4;
}
</style>
background-color css
<style>
a { background-color: #A5BCC4; }
a { background-color: rgb(165,188,196); }
div.DivClassName
{
background-color: #A5BCC4;
}
.BgClassName
{
background-color: #A5BCC4;
}
</style>
border-color css
<style>
span { border-color: #A5BCC4; }
span { border-color: rgb(165,188,196); }
td.TdClassName
{
border-color: #A5BCC4;
}
.TagClassName
{
border-color: #A5BCC4;
}
</style>