#AEB6BE

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

Shades of Heather #AEB6BE

Tints of Heather #AEB6BE

Color information

#AEB6BE (or 0xAEB6BE) is unknown color: approx Heather. HEX triplet: AE, B6 and BE. RGB value is (174,182,190). Sum of RGB (Red+Green+Blue) = 174+182+190=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6BE is #514941. Grayscale: #B4B4B4. Windows color (decimal): -5327170 or 12498606. OLE color: 12498606.

HSL color Cylindrical-coordinate representation of color #AEB6BE: hue angle of 210º 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 #AEB6BE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174182190-
CMYK0.080.0400.25
HSL210º10.96%71.37%-
HSV(B)210º8.42%74.51%-
XYZ43.4846.1755.34-
YUV180.52133.35123.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=31.87%
G=33.33%
B=34.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741821900.080.0400.2521010.9671.37
HexAEB6BE84019d2b47
Octal25626627610403132213107
Binary10101110101101101011111010001000110011101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6BE; }

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

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

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

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

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

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

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

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