Shades of Heather #A5BDCB
Tints of Heather #A5BDCB
RGB
CMYK
RGB Variations
Color information
#A5BDCB (or 0xA5BDCB) is known color: Heather. HEX triplet: A5, BD and CB. RGB value is (165,189,203). Sum of RGB (Red+Green+Blue) = 165+189+203=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDCB is #5A4234. Grayscale: #B7B7B7. Windows color (decimal): -5915189 or 13352357. OLE color: 13352357.
HSL color Cylindrical-coordinate representation of color #A5BDCB: hue angle of 202.11º 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 #A5BDCB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 189 | 203 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.20 |
| HSL | 202.11º | 0.27% | 0.72% | - |
| HSV(B) | 202.11º | 0.19% | 0.8% | - |
| XYZ | 44.49 | 48.71 | 63.56 | - |
| YUV | 183.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 203 | 0.19 | 0.07 | 0 | 0.20 | 202.11 | 0.27 | 0.72 |
| Hex | A5 | BD | CB | 13 | 7 | 0 | 14 | CA | 1B | 48 |
| Octal | 245 | 275 | 313 | 23 | 7 | 0 | 24 | 312 | 33 | 110 |
| Binary | 10100101 | 10111101 | 11001011 | 10011 | 111 | 0 | 10100 | 11001010 | 11011 | 1001000 |
Color Harmonies of #A5BDCB
Complementary color
Monochromatic Colors of #A5BDCB
Black with #A5BDCB
Text Example
Text Example
White with #A5BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDCB; }
p { color: rgb(165,189,203); }
H1.HeaderClassName
{
color: #A5BDCB;
}
.AnyTagClassName
{
color: #A5BDCB;
}
</style>
background-color css
<style>
a { background-color: #A5BDCB; }
a { background-color: rgb(165,189,203); }
div.DivClassName
{
background-color: #A5BDCB;
}
.BgClassName
{
background-color: #A5BDCB;
}
</style>
border-color css
<style>
span { border-color: #A5BDCB; }
span { border-color: rgb(165,189,203); }
td.TdClassName
{
border-color: #A5BDCB;
}
.TagClassName
{
border-color: #A5BDCB;
}
</style>