#AEBBBE

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

Shades of Casper #AEBBBE

Tints of Casper #AEBBBE

Color information

#AEBBBE (or 0xAEBBBE) is unknown color: approx Casper. HEX triplet: AE, BB and BE. RGB value is (174,187,190). Sum of RGB (Red+Green+Blue) = 174+187+190=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBE is #514441. Grayscale: #B7B7B7. Windows color (decimal): -5325890 or 12499886. OLE color: 12499886.

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

Color convert

RGB174187190-
CMYK0.080.0200.25
HSL191.25º10.96%71.37%-
HSV(B)191.25º8.42%74.51%-
XYZ44.5248.2655.68-
YUV183.46131.69121.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=31.58%
G=33.94%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741871900.080.0200.25191.2510.9671.37
HexAEBBBE82019bfb47
Octal25627327610203127713107
Binary1010111010111011101111101000100110011011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBBE; }

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

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

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

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

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

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

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

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