#AEB8BA

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

Shades of Casper #AEB8BA

Tints of Casper #AEB8BA

Color information

#AEB8BA (or 0xAEB8BA) is unknown color: approx Casper. HEX triplet: AE, B8 and BA. RGB value is (174,184,186). Sum of RGB (Red+Green+Blue) = 174+184+186=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8BA is #514745. Grayscale: #B5B5B5. Windows color (decimal): -5326662 or 12236974. OLE color: 12236974.

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

Color convert

RGB174184186-
CMYK0.060.0100.27
HSL190º8%70.59%-
HSV(B)190º6.45%72.94%-
XYZ43.4646.8253.2-
YUV181.24130.69122.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=31.99%
G=33.82%
B=34.19%

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
Decimal1741841860.060.0100.27190870.59
HexAEB8BA6101Bbe847
Octal2562702726103327610107
Binary10101110101110001011101011010110111011111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8BA; }

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

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

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

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

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

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

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

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