#A9BEC8

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

Shades of Heather #A9BEC8

Tints of Heather #A9BEC8

Color information

#A9BEC8 (or 0xA9BEC8) is unknown color: approx Heather. HEX triplet: A9, BE and C8. RGB value is (169,190,200). Sum of RGB (Red+Green+Blue) = 169+190+200=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #A9BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEC8 is #564137. Grayscale: #B8B8B8. Windows color (decimal): -5652792 or 13156009. OLE color: 13156009.

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

Color convert

RGB169190200-
CMYK0.160.0500.22
HSL199.35º21.99%72.35%-
HSV(B)199.35º15.5%78.43%-
XYZ45.249.4361.8-
YUV184.86136.54116.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=30.23%
G=33.99%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691902000.160.0500.22199.3521.9972.35
HexA9BEC8105016c71648
Octal25127631020502630726110
Binary1010100110111110110010001000010101011011000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEC8; }

 p { color: rgb(169,190,200); }

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

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

 a { background-color: rgb(169,190,200); }

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

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

 span { border-color: rgb(169,190,200); }

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