#AEB7BD

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

Shades of Heather #AEB7BD

Tints of Heather #AEB7BD

Color information

#AEB7BD (or 0xAEB7BD) is unknown color: approx Heather. HEX triplet: AE, B7 and BD. RGB value is (174,183,189). Sum of RGB (Red+Green+Blue) = 174+183+189=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7BD is #514842. Grayscale: #B4B4B4. Windows color (decimal): -5326915 or 12433326. OLE color: 12433326.

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

Color convert

RGB174183189-
CMYK0.080.0300.26
HSL204º10.2%71.18%-
HSV(B)204º7.94%74.12%-
XYZ43.5746.5454.83-
YUV180.99132.52123.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=31.87%
G=33.52%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741831890.080.0300.2620410.271.18
HexAEB7BD8301Acca47
Octal25626727510303231412107
Binary1010111010110111101111011000110110101100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7BD; }

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

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

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

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

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

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

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

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