#AEB9BD

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

Shades of Heather #AEB9BD

Tints of Heather #AEB9BD

Color information

#AEB9BD (or 0xAEB9BD) is unknown color: approx Heather. HEX triplet: AE, B9 and BD. RGB value is (174,185,189). Sum of RGB (Red+Green+Blue) = 174+185+189=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9BD is #514642. Grayscale: #B6B6B6. Windows color (decimal): -5326403 or 12433838. OLE color: 12433838.

HSL color Cylindrical-coordinate representation of color #AEB9BD: hue angle of 196º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB9BD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174185189-
CMYK0.080.0200.26
HSL196º10.2%71.18%-
HSV(B)196º7.94%74.12%-
XYZ43.9947.3754.97-
YUV182.17131.86122.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=31.75%
G=33.76%
B=34.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741851890.080.0200.2619610.271.18
HexAEB9BD8201Ac4a47
Octal25627127510203230412107
Binary1010111010111001101111011000100110101100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9BD; }

 p { color: rgb(174,185,189); }

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

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

 a { background-color: rgb(174,185,189); }

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

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

 span { border-color: rgb(174,185,189); }

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