#AEBBBF

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

Shades of Heather #AEBBBF

Tints of Heather #AEBBBF

Color information

#AEBBBF (or 0xAEBBBF) is unknown color: approx Heather. HEX triplet: AE, BB and BF. RGB value is (174,187,191). Sum of RGB (Red+Green+Blue) = 174+187+191=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBF is #514440. Grayscale: #B7B7B7. Windows color (decimal): -5325889 or 12565422. OLE color: 12565422.

HSL color Cylindrical-coordinate representation of color #AEBBBF: hue angle of 194.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBBBF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174187191-
CMYK0.090.0200.25
HSL194.12º11.72%71.57%-
HSV(B)194.12º8.9%74.9%-
XYZ44.6348.356.26-
YUV183.57132.19121.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 191 (75% from 255) = 34.60%
R=31.52%
G=33.88%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741871910.090.0200.25194.1211.7271.57
HexAEBBBF92019c2c48
Octal25627327711203130214110
Binary1010111010111011101111111001100110011100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBBF; }

 p { color: rgb(174,187,191); }

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

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

 a { background-color: rgb(174,187,191); }

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

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

 span { border-color: rgb(174,187,191); }

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