#A9BDCD

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

Shades of Heather #A9BDCD

Tints of Heather #A9BDCD

Color information

#A9BDCD (or 0xA9BDCD) is unknown color: approx Heather. HEX triplet: A9, BD and CD. RGB value is (169,189,205). Sum of RGB (Red+Green+Blue) = 169+189+205=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDCD is #564232. Grayscale: #B8B8B8. Windows color (decimal): -5653043 or 13483433. OLE color: 13483433.

HSL color Cylindrical-coordinate representation of color #A9BDCD: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BDCD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169189205-
CMYK0.180.0800.20
HSL206.67º26.47%73.33%-
HSV(B)206.67º17.56%80.39%-
XYZ45.5849.2464.86-
YUV184.84139.37116.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=30.02%
G=33.57%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691892050.180.0800.20206.6726.4773.33
HexA9BDCD128014cf1a49
Octal251275315221002431732111
Binary10101001101111011100110110010100001010011001111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDCD; }

 p { color: rgb(169,189,205); }

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

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

 a { background-color: rgb(169,189,205); }

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

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

 span { border-color: rgb(169,189,205); }

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