#AEB9BC

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

Shades of Casper #AEB9BC

Tints of Casper #AEB9BC

Color information

#AEB9BC (or 0xAEB9BC) is unknown color: approx Casper. HEX triplet: AE, B9 and BC. RGB value is (174,185,188). Sum of RGB (Red+Green+Blue) = 174+185+188=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9BC is #514643. Grayscale: #B6B6B6. Windows color (decimal): -5326404 or 12368302. OLE color: 12368302.

HSL color Cylindrical-coordinate representation of color #AEB9BC: hue angle of 192.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB9BC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174185188-
CMYK0.070.0200.26
HSL192.86º9.46%70.98%-
HSV(B)192.86º7.45%73.73%-
XYZ43.8847.3354.4-
YUV182.05131.36122.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=31.81%
G=33.82%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741851880.070.0200.26192.869.4670.98
HexAEB9BC7201Ac1947
Octal2562712747203230111107
Binary101011101011100110111100111100110101100000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9BC; }

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

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

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

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

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

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

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

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