#AEBDCA

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

Shades of Heather #AEBDCA

Tints of Heather #AEBDCA

Color information

#AEBDCA (or 0xAEBDCA) is unknown color: approx Heather. HEX triplet: AE, BD and CA. RGB value is (174,189,202). Sum of RGB (Red+Green+Blue) = 174+189+202=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCA is #514235. Grayscale: #B9B9B9. Windows color (decimal): -5325366 or 13286830. OLE color: 13286830.

HSL color Cylindrical-coordinate representation of color #AEBDCA: hue angle of 207.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBDCA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174189202-
CMYK0.140.0600.21
HSL207.86º20.9%73.73%-
HSV(B)207.86º13.86%79.22%-
XYZ46.3149.6663.02-
YUV186137.03119.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=30.80%
G=33.45%
B=35.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741892020.140.0600.21207.8620.973.73
HexAEBDCAE6015d0154a
Octal25627531216602532025112
Binary101011101011110111001010111011001010111010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDCA; }

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

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

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

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

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

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

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

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