#A5BDC6

Color #A5BDC6 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #A5BDC6

Tints of Heather #A5BDC6

Color information

#A5BDC6 (or 0xA5BDC6) is unknown color: approx Heather. HEX triplet: A5, BD and C6. RGB value is (165,189,198). Sum of RGB (Red+Green+Blue) = 165+189+198=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #A5BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDC6 is #5A4239. Grayscale: #B6B6B6. Windows color (decimal): -5915194 or 13024677. OLE color: 13024677.

HSL color Cylindrical-coordinate representation of color #A5BDC6: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5BDC6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165189198-
CMYK0.170.0500.22
HSL196.36º22.45%71.18%-
HSV(B)196.36º16.67%77.65%-
XYZ43.9148.4760.47-
YUV182.85136.55115.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=29.89%
G=34.24%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651891980.170.0500.22196.3622.4571.18
HexA5BDC6115016c41647
Octal24527530621502630426107
Binary1010010110111101110001101000110101011011000100101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDC6; }

 p { color: rgb(165,189,198); }

 H1.HeaderClassName
 {
   color: #A5BDC6;
 }
 .AnyTagClassName
 {
   color: #A5BDC6;
 }
</style>
background-color css

<style>
 a { background-color: #A5BDC6; }

 a { background-color: rgb(165,189,198); }

 div.DivClassName
 {
   background-color: #A5BDC6;
 }
 .BgClassName
 {
   background-color: #A5BDC6;
 }
</style>
border-color css

<style>
 span { border-color: #A5BDC6; }

 span { border-color: rgb(165,189,198); }

 td.TdClassName
 {
   border-color: #A5BDC6;
 }
 .TagClassName
 {
   border-color: #A5BDC6;
 }
</style>