#AEB2B4

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

Shades of Casper #AEB2B4

Tints of Casper #AEB2B4

Color information

#AEB2B4 (or 0xAEB2B4) is unknown color: approx Casper. HEX triplet: AE, B2 and B4. RGB value is (174,178,180). Sum of RGB (Red+Green+Blue) = 174+178+180=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2B4 is #514D4B. Grayscale: #B1B1B1. Windows color (decimal): -5328204 or 11842222. OLE color: 11842222.

HSL color Cylindrical-coordinate representation of color #AEB2B4: hue angle of 200º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB2B4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174178180-
CMYK0.030.0100.29
HSL200º3.85%69.41%-
HSV(B)200º3.33%70.59%-
XYZ41.6144.1349.51-
YUV177.03129.67125.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=32.71%
G=33.46%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741781800.030.0100.292003.8569.41
HexAEB2B43101Dc8445
Octal256262264310353104105
Binary101011101011001010110100111011101110010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2B4; }

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

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

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

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

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

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

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

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