#AEBBBD

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

Shades of Casper #AEBBBD

Tints of Casper #AEBBBD

Color information

#AEBBBD (or 0xAEBBBD) is unknown color: approx Casper. HEX triplet: AE, BB and BD. RGB value is (174,187,189). Sum of RGB (Red+Green+Blue) = 174+187+189=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBD is #514442. Grayscale: #B7B7B7. Windows color (decimal): -5325891 or 12434350. OLE color: 12434350.

HSL color Cylindrical-coordinate representation of color #AEBBBD: hue angle of 188º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBBBD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174187189-
CMYK0.080.0100.26
HSL188º10.2%71.18%-
HSV(B)188º7.94%74.12%-
XYZ44.4148.2155.11-
YUV183.34131.19121.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=31.64%
G=34%
B=34.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741871890.080.0100.2618810.271.18
HexAEBBBD8101Abca47
Octal25627327510103227412107
Binary101011101011101110111101100010110101011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBBD; }

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

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

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

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

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

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

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

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