#AEB6BC

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

Shades of Heather #AEB6BC

Tints of Heather #AEB6BC

Color information

#AEB6BC (or 0xAEB6BC) is unknown color: approx Heather. HEX triplet: AE, B6 and BC. RGB value is (174,182,188). Sum of RGB (Red+Green+Blue) = 174+182+188=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6BC is #514943. Grayscale: #B4B4B4. Windows color (decimal): -5327172 or 12367534. OLE color: 12367534.

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

Color convert

RGB174182188-
CMYK0.070.0300.26
HSL205.71º9.46%70.98%-
HSV(B)205.71º7.45%73.73%-
XYZ43.2646.0954.19-
YUV180.29132.35123.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=31.99%
G=33.46%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741821880.070.0300.26205.719.4670.98
HexAEB6BC7301Ace947
Octal2562662747303231611107
Binary101011101011011010111100111110110101100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6BC; }

 p { color: rgb(174,182,188); }

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

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

 a { background-color: rgb(174,182,188); }

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

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

 span { border-color: rgb(174,182,188); }

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