#AEB5BD

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

Shades of Heather #AEB5BD

Tints of Heather #AEB5BD

Color information

#AEB5BD (or 0xAEB5BD) is unknown color: approx Heather. HEX triplet: AE, B5 and BD. RGB value is (174,181,189). Sum of RGB (Red+Green+Blue) = 174+181+189=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5BD is #514A42. Grayscale: #B3B3B3. Windows color (decimal): -5327427 or 12432814. OLE color: 12432814.

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

Color convert

RGB174181189-
CMYK0.080.0400.26
HSL212º10.2%71.18%-
HSV(B)212º7.94%74.12%-
XYZ43.1645.7254.69-
YUV179.82133.18123.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=31.99%
G=33.27%
B=34.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741811890.080.0400.2621210.271.18
HexAEB5BD8401Ad4a47
Octal25626527510403232412107
Binary10101110101101011011110110001000110101101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5BD; }

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

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

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

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

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

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

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

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