#AEB3BE

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

Shades of Mischka #AEB3BE

Tints of Mischka #AEB3BE

Color information

#AEB3BE (or 0xAEB3BE) is unknown color: approx Mischka. HEX triplet: AE, B3 and BE. RGB value is (174,179,190). Sum of RGB (Red+Green+Blue) = 174+179+190=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3BE is #514C41. Grayscale: #B2B2B2. Windows color (decimal): -5327938 or 12497838. OLE color: 12497838.

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

Color convert

RGB174179190-
CMYK0.080.0600.25
HSL221.25º10.96%71.37%-
HSV(B)221.25º8.42%74.51%-
XYZ42.8744.9655.13-
YUV178.76134.34124.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=32.04%
G=32.97%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741791900.080.0600.25221.2510.9671.37
HexAEB3BE86019ddb47
Octal25626327610603133513107
Binary10101110101100111011111010001100110011101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3BE; }

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

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

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

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

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

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

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

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