#AEBECA

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

Shades of Heather #AEBECA

Tints of Heather #AEBECA

Color information

#AEBECA (or 0xAEBECA) is unknown color: approx Heather. HEX triplet: AE, BE and CA. RGB value is (174,190,202). Sum of RGB (Red+Green+Blue) = 174+190+202=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBECA is #514135. Grayscale: #BABABA. Windows color (decimal): -5325110 or 13287086. OLE color: 13287086.

HSL color Cylindrical-coordinate representation of color #AEBECA: hue angle of 205.71º 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 #AEBECA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174190202-
CMYK0.140.0600.21
HSL205.71º20.9%73.73%-
HSV(B)205.71º13.86%79.22%-
XYZ46.5350.0963.09-
YUV186.58136.7119.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=30.74%
G=33.57%
B=35.69%

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
Decimal1741902020.140.0600.21205.7120.973.73
HexAEBECAE6015ce154a
Octal25627631216602531625112
Binary101011101011111011001010111011001010111001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBECA; }

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

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

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

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

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

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

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

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