Shades of Heather #A5BFCB
Tints of Heather #A5BFCB
RGB
CMYK
RGB Variations
Color information
#A5BFCB (or 0xA5BFCB) is known color: Heather. HEX triplet: A5, BF and CB. RGB value is (165,191,203). Sum of RGB (Red+Green+Blue) = 165+191+203=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFCB is #5A4034. Grayscale: #B8B8B8. Windows color (decimal): -5914677 or 13352869. OLE color: 13352869.
HSL color Cylindrical-coordinate representation of color #A5BFCB: hue angle of 198.95º 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 #A5BFCB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 191 | 203 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.20 |
| HSL | 198.95º | 0.27% | 0.72% | - |
| HSV(B) | 198.95º | 0.19% | 0.8% | - |
| XYZ | 44.93 | 49.57 | 63.7 | - |
| YUV | 184.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 203 | 0.19 | 0.06 | 0 | 0.20 | 198.95 | 0.27 | 0.72 |
| Hex | A5 | BF | CB | 13 | 6 | 0 | 14 | C7 | 1B | 48 |
| Octal | 245 | 277 | 313 | 23 | 6 | 0 | 24 | 307 | 33 | 110 |
| Binary | 10100101 | 10111111 | 11001011 | 10011 | 110 | 0 | 10100 | 11000111 | 11011 | 1001000 |
Color Harmonies of #A5BFCB
Complementary color
Monochromatic Colors of #A5BFCB
Black with #A5BFCB
Text Example
Text Example
White with #A5BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFCB; }
p { color: rgb(165,191,203); }
H1.HeaderClassName
{
color: #A5BFCB;
}
.AnyTagClassName
{
color: #A5BFCB;
}
</style>
background-color css
<style>
a { background-color: #A5BFCB; }
a { background-color: rgb(165,191,203); }
div.DivClassName
{
background-color: #A5BFCB;
}
.BgClassName
{
background-color: #A5BFCB;
}
</style>
border-color css
<style>
span { border-color: #A5BFCB; }
span { border-color: rgb(165,191,203); }
td.TdClassName
{
border-color: #A5BFCB;
}
.TagClassName
{
border-color: #A5BFCB;
}
</style>