#AEB9BE

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

Shades of Heather #AEB9BE

Tints of Heather #AEB9BE

Color information

#AEB9BE (or 0xAEB9BE) is unknown color: approx Heather. HEX triplet: AE, B9 and BE. RGB value is (174,185,190). Sum of RGB (Red+Green+Blue) = 174+185+190=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9BE is #514641. Grayscale: #B6B6B6. Windows color (decimal): -5326402 or 12499374. OLE color: 12499374.

HSL color Cylindrical-coordinate representation of color #AEB9BE: hue angle of 198.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB9BE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174185190-
CMYK0.080.0300.25
HSL198.75º10.96%71.37%-
HSV(B)198.75º8.42%74.51%-
XYZ44.147.4155.54-
YUV182.28132.36122.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=31.69%
G=33.70%
B=34.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741851900.080.0300.25198.7510.9671.37
HexAEB9BE83019c7b47
Octal25627127610303130713107
Binary1010111010111001101111101000110110011100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9BE; }

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

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

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

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

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

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

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

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