#AEBABB

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

Shades of Casper #AEBABB

Tints of Casper #AEBABB

Color information

#AEBABB (or 0xAEBABB) is unknown color: approx Casper. HEX triplet: AE, BA and BB. RGB value is (174,186,187). Sum of RGB (Red+Green+Blue) = 174+186+187=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABB is #514544. Grayscale: #B6B6B6. Windows color (decimal): -5326149 or 12303022. OLE color: 12303022.

HSL color Cylindrical-coordinate representation of color #AEBABB: hue angle of 184.62º 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 #AEBABB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174186187-
CMYK0.070.0100.27
HSL184.62º8.72%70.78%-
HSV(B)184.62º6.95%73.33%-
XYZ43.9847.753.9-
YUV182.53130.52121.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=31.81%
G=34.00%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861870.070.0100.27184.628.7270.78
HexAEBABB7101Bb9947
Octal2562722737103327111107
Binary10101110101110101011101111110110111011100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBABB; }

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

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

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

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

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

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

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

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