#A9BFCD

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

Shades of Heather #A9BFCD

Tints of Heather #A9BFCD

Color information

#A9BFCD (or 0xA9BFCD) is unknown color: approx Heather. HEX triplet: A9, BF and CD. RGB value is (169,191,205). Sum of RGB (Red+Green+Blue) = 169+191+205=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFCD is #564032. Grayscale: #B9B9B9. Windows color (decimal): -5652531 or 13483945. OLE color: 13483945.

HSL color Cylindrical-coordinate representation of color #A9BFCD: hue angle of 203.33º 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 #A9BFCD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169191205-
CMYK0.180.0700.20
HSL203.33º26.47%73.33%-
HSV(B)203.33º17.56%80.39%-
XYZ46.0150.165-
YUV186.02138.71115.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=29.91%
G=33.81%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691912050.180.0700.20203.3326.4773.33
HexA9BFCD127014cb1a49
Octal25127731522702431332111
Binary1010100110111111110011011001011101010011001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFCD; }

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

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

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

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

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

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

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

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