#AEB4B6

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

Shades of Casper #AEB4B6

Tints of Casper #AEB4B6

Color information

#AEB4B6 (or 0xAEB4B6) is unknown color: approx Casper. HEX triplet: AE, B4 and B6. RGB value is (174,180,182). Sum of RGB (Red+Green+Blue) = 174+180+182=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEB4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4B6 is #514B49. Grayscale: #B2B2B2. Windows color (decimal): -5327690 or 11973806. OLE color: 11973806.

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

Color convert

RGB174180182-
CMYK0.040.0100.29
HSL195º5.19%69.8%-
HSV(B)195º4.4%71.37%-
XYZ42.2245.0250.72-
YUV178.43130.01124.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=32.46%
G=33.58%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801820.040.0100.291955.1969.8
HexAEB4B64101Dc3546
Octal256264266410353035106
Binary1010111010110100101101101001011101110000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B6; }

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

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

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

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

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

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

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

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