#AEBCBE

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

Shades of Casper #AEBCBE

Tints of Casper #AEBCBE

Color information

#AEBCBE (or 0xAEBCBE) is unknown color: approx Casper. HEX triplet: AE, BC and BE. RGB value is (174,188,190). Sum of RGB (Red+Green+Blue) = 174+188+190=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCBE is #514341. Grayscale: #B8B8B8. Windows color (decimal): -5325634 or 12500142. OLE color: 12500142.

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

Color convert

RGB174188190-
CMYK0.080.0100.25
HSL187.5º10.96%71.37%-
HSV(B)187.5º8.42%74.51%-
XYZ44.7348.6855.75-
YUV184.04131.36120.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=31.52%
G=34.06%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741881900.080.0100.25187.510.9671.37
HexAEBCBE81019bbb47
Octal25627427610103127313107
Binary101011101011110010111110100010110011011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCBE; }

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

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

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

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

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

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

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

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