#AEBDC1

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

Shades of Heather #AEBDC1

Tints of Heather #AEBDC1

Color information

#AEBDC1 (or 0xAEBDC1) is unknown color: approx Heather. HEX triplet: AE, BD and C1. RGB value is (174,189,193). Sum of RGB (Red+Green+Blue) = 174+189+193=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC1 is #51423E. Grayscale: #B8B8B8. Windows color (decimal): -5325375 or 12697006. OLE color: 12697006.

HSL color Cylindrical-coordinate representation of color #AEBDC1: hue angle of 192.63º degrees, saturation: 0.13, 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 #AEBDC1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174189193-
CMYK0.100.0200.24
HSL192.63º13.29%71.96%-
HSV(B)192.63º9.84%75.69%-
XYZ45.2849.2457.57-
YUV184.97132.53120.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=31.29%
G=33.99%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741891930.100.0200.24192.6313.2971.96
HexAEBDC1A2018c1d48
Octal25627530112203030115110
Binary1010111010111101110000011010100110001100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDC1; }

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

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

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

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

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

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

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

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