#AEBDC0

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

Shades of Casper #AEBDC0

Tints of Casper #AEBDC0

Color information

#AEBDC0 (or 0xAEBDC0) is unknown color: approx Casper. HEX triplet: AE, BD and C0. RGB value is (174,189,192). Sum of RGB (Red+Green+Blue) = 174+189+192=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC0 is #51423F. Grayscale: #B8B8B8. Windows color (decimal): -5325376 or 12631470. OLE color: 12631470.

HSL color Cylindrical-coordinate representation of color #AEBDC0: hue angle of 190º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBDC0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174189192-
CMYK0.090.0200.25
HSL190º12.5%71.76%-
HSV(B)190º9.38%75.29%-
XYZ45.1749.256.99-
YUV184.86132.03120.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=31.35%
G=34.05%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741891920.090.0200.2519012.571.76
HexAEBDC092019bec48
Octal25627530011203127614110
Binary1010111010111101110000001001100110011011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDC0; }

 p { color: rgb(174,189,192); }

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

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

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

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

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

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

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