#AEB2B2

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

Shades of Casper #AEB2B2

Tints of Casper #AEB2B2

Color information

#AEB2B2 (or 0xAEB2B2) is unknown color: approx Casper. HEX triplet: AE, B2 and B2. RGB value is (174,178,178). Sum of RGB (Red+Green+Blue) = 174+178+178=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #AEB2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2B2 is #514D4D. Grayscale: #B0B0B0. Windows color (decimal): -5328206 or 11711150. OLE color: 11711150.

HSL color Cylindrical-coordinate representation of color #AEB2B2: hue angle of 180º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEB2B2 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174178178-
CMYK0.02000.30
HSL180º2.53%69.02%-
HSV(B)180º2.25%69.8%-
XYZ41.4144.0548.44-
YUV176.8128.67126-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=32.83%
G=33.58%
B=33.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781780.02000.301802.5369.02
HexAEB2B22001Eb4345
Octal256262262200362643105
Binary10101110101100101011001010001111010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2B2; }

 p { color: rgb(174,178,178); }

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

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

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

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

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

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

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