#AEB5BB

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

Shades of Heather #AEB5BB

Tints of Heather #AEB5BB

Color information

#AEB5BB (or 0xAEB5BB) is unknown color: approx Heather. HEX triplet: AE, B5 and BB. RGB value is (174,181,187). Sum of RGB (Red+Green+Blue) = 174+181+187=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5BB is #514A44. Grayscale: #B3B3B3. Windows color (decimal): -5327429 or 12301742. OLE color: 12301742.

HSL color Cylindrical-coordinate representation of color #AEB5BB: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB5BB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174181187-
CMYK0.070.0300.27
HSL207.69º8.72%70.78%-
HSV(B)207.69º6.95%73.33%-
XYZ42.9545.6353.56-
YUV179.59132.18124.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=32.10%
G=33.39%
B=34.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741811870.070.0300.27207.698.7270.78
HexAEB5BB7301Bd0947
Octal2562652737303332011107
Binary101011101011010110111011111110110111101000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5BB; }

 p { color: rgb(174,181,187); }

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

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

 a { background-color: rgb(174,181,187); }

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

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

 span { border-color: rgb(174,181,187); }

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