#A2B9CD

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

Shades of Heather #A2B9CD

Tints of Heather #A2B9CD

Color information

#A2B9CD (or 0xA2B9CD) is unknown color: approx Heather. HEX triplet: A2, B9 and CD. RGB value is (162,185,205). Sum of RGB (Red+Green+Blue) = 162+185+205=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B9CD is #5D4632. Grayscale: #B4B4B4. Windows color (decimal): -6112819 or 13482402. OLE color: 13482402.

HSL color Cylindrical-coordinate representation of color #A2B9CD: hue angle of 207.91º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B9CD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162185205-
CMYK0.210.1000.20
HSL207.91º30.07%71.96%-
HSV(B)207.91º20.98%80.39%-
XYZ43.2746.7964.51-
YUV180.4141.88114.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=29.35%
G=33.51%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621852050.210.1000.20207.9130.0771.96
HexA2B9CD15A014d01e48
Octal242271315251202432036110
Binary10100010101110011100110110101101001010011010000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B9CD; }

 p { color: rgb(162,185,205); }

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

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

 a { background-color: rgb(162,185,205); }

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

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

 span { border-color: rgb(162,185,205); }

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