#AEBBC8

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

Shades of Heather #AEBBC8

Tints of Heather #AEBBC8

Color information

#AEBBC8 (or 0xAEBBC8) is unknown color: approx Heather. HEX triplet: AE, BB and C8. RGB value is (174,187,200). Sum of RGB (Red+Green+Blue) = 174+187+200=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC8 is #514437. Grayscale: #B8B8B8. Windows color (decimal): -5325880 or 13155246. OLE color: 13155246.

HSL color Cylindrical-coordinate representation of color #AEBBC8: hue angle of 210º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBBC8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174187200-
CMYK0.130.0600.22
HSL210º19.12%73.33%-
HSV(B)210º13%78.43%-
XYZ45.6548.7161.64-
YUV184.6136.69120.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=31.02%
G=33.33%
B=35.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741872000.130.0600.2221019.1273.33
HexAEBBC8D6016d21349
Octal25627331015602632223111
Binary101011101011101111001000110111001011011010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBC8; }

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

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

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

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

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

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

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

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