#AEB9BA

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

Shades of Casper #AEB9BA

Tints of Casper #AEB9BA

Color information

#AEB9BA (or 0xAEB9BA) is unknown color: approx Casper. HEX triplet: AE, B9 and BA. RGB value is (174,185,186). Sum of RGB (Red+Green+Blue) = 174+185+186=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9BA is #514645. Grayscale: #B5B5B5. Windows color (decimal): -5326406 or 12237230. OLE color: 12237230.

HSL color Cylindrical-coordinate representation of color #AEB9BA: hue angle of 185º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEB9BA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174185186-
CMYK0.060.0100.27
HSL185º8%70.59%-
HSV(B)185º6.45%72.94%-
XYZ43.6747.2453.27-
YUV181.82130.36122.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=31.93%
G=33.94%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851860.060.0100.27185870.59
HexAEB9BA6101Bb9847
Octal2562712726103327110107
Binary10101110101110011011101011010110111011100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9BA; }

 p { color: rgb(174,185,186); }

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

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

 a { background-color: rgb(174,185,186); }

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

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

 span { border-color: rgb(174,185,186); }

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