#AEB3B4

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

Shades of Casper #AEB3B4

Tints of Casper #AEB3B4

Color information

#AEB3B4 (or 0xAEB3B4) is unknown color: approx Casper. HEX triplet: AE, B3 and B4. RGB value is (174,179,180). Sum of RGB (Red+Green+Blue) = 174+179+180=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEB3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3B4 is #514C4B. Grayscale: #B1B1B1. Windows color (decimal): -5327948 or 11842478. OLE color: 11842478.

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

Color convert

RGB174179180-
CMYK0.030.0100.29
HSL190º3.85%69.41%-
HSV(B)190º3.33%70.59%-
XYZ41.8144.5349.57-
YUV177.62129.34125.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=32.65%
G=33.58%
B=33.77%

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
Decimal1741791800.030.0100.291903.8569.41
HexAEB3B43101Dbe445
Octal256263264310352764105
Binary101011101011001110110100111011101101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3B4; }

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

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

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

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

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

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

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

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