#AEBBC2

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

Shades of Heather #AEBBC2

Tints of Heather #AEBBC2

Color information

#AEBBC2 (or 0xAEBBC2) is unknown color: approx Heather. HEX triplet: AE, BB and C2. RGB value is (174,187,194). Sum of RGB (Red+Green+Blue) = 174+187+194=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC2 is #51443D. Grayscale: #B7B7B7. Windows color (decimal): -5325886 or 12762030. OLE color: 12762030.

HSL color Cylindrical-coordinate representation of color #AEBBC2: hue angle of 201º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBBC2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174187194-
CMYK0.100.0400.24
HSL201º14.08%72.16%-
HSV(B)201º10.31%76.08%-
XYZ44.9648.4358.02-
YUV183.91133.69120.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=31.35%
G=33.69%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741871940.100.0400.2420114.0872.16
HexAEBBC2A4018c9e48
Octal25627330212403031116110
Binary10101110101110111100001010101000110001100100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBC2; }

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

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

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

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

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

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

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

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