#AEB8BB

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

Shades of Casper #AEB8BB

Tints of Casper #AEB8BB

Color information

#AEB8BB (or 0xAEB8BB) is unknown color: approx Casper. HEX triplet: AE, B8 and BB. RGB value is (174,184,187). Sum of RGB (Red+Green+Blue) = 174+184+187=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8BB is #514744. Grayscale: #B5B5B5. Windows color (decimal): -5326661 or 12302510. OLE color: 12302510.

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

Color convert

RGB174184187-
CMYK0.070.0200.27
HSL193.85º8.72%70.78%-
HSV(B)193.85º6.95%73.33%-
XYZ43.5746.8753.76-
YUV181.35131.19122.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=31.93%
G=33.76%
B=34.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741841870.070.0200.27193.858.7270.78
HexAEB8BB7201Bc2947
Octal2562702737203330211107
Binary101011101011100010111011111100110111100001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8BB; }

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

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

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

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

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

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

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

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