#AEB8BF

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

Shades of Heather #AEB8BF

Tints of Heather #AEB8BF

Color information

#AEB8BF (or 0xAEB8BF) is unknown color: approx Heather. HEX triplet: AE, B8 and BF. RGB value is (174,184,191). Sum of RGB (Red+Green+Blue) = 174+184+191=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8BF is #514740. Grayscale: #B5B5B5. Windows color (decimal): -5326657 or 12564654. OLE color: 12564654.

HSL color Cylindrical-coordinate representation of color #AEB8BF: hue angle of 204.71º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB8BF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174184191-
CMYK0.090.0400.25
HSL204.71º11.72%71.57%-
HSV(B)204.71º8.9%74.9%-
XYZ4447.0456.05-
YUV181.81133.19122.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 191 (75% from 255) = 34.79%
R=31.69%
G=33.52%
B=34.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741841910.090.0400.25204.7111.7271.57
HexAEB8BF94019cdc48
Octal25627027711403131514110
Binary10101110101110001011111110011000110011100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8BF; }

 p { color: rgb(174,184,191); }

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

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

 a { background-color: rgb(174,184,191); }

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

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

 span { border-color: rgb(174,184,191); }

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