#AEB7BC

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

Shades of Heather #AEB7BC

Tints of Heather #AEB7BC

Color information

#AEB7BC (or 0xAEB7BC) is unknown color: approx Heather. HEX triplet: AE, B7 and BC. RGB value is (174,183,188). Sum of RGB (Red+Green+Blue) = 174+183+188=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7BC is #514843. Grayscale: #B4B4B4. Windows color (decimal): -5326916 or 12367790. OLE color: 12367790.

HSL color Cylindrical-coordinate representation of color #AEB7BC: hue angle of 201.43º 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 #AEB7BC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174183188-
CMYK0.070.0300.26
HSL201.43º9.46%70.98%-
HSV(B)201.43º7.45%73.73%-
XYZ43.4746.554.26-
YUV180.88132.02123.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=31.93%
G=33.58%
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.26
SystemRedGreenBlueCMYKHSL
Decimal1741831880.070.0300.26201.439.4670.98
HexAEB7BC7301Ac9947
Octal2562672747303231111107
Binary101011101011011110111100111110110101100100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7BC; }

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

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

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

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

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

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

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

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