#AEB4BE

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

Shades of Mischka #AEB4BE

Tints of Mischka #AEB4BE

Color information

#AEB4BE (or 0xAEB4BE) is unknown color: approx Mischka. HEX triplet: AE, B4 and BE. RGB value is (174,180,190). Sum of RGB (Red+Green+Blue) = 174+180+190=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4BE is #514B41. Grayscale: #B3B3B3. Windows color (decimal): -5327682 or 12498094. OLE color: 12498094.

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

Color convert

RGB174180190-
CMYK0.080.0500.25
HSL217.5º10.96%71.37%-
HSV(B)217.5º8.42%74.51%-
XYZ43.0745.3655.2-
YUV179.35134.01124.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=31.99%
G=33.09%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741801900.080.0500.25217.510.9671.37
HexAEB4BE85019dab47
Octal25626427610503133213107
Binary10101110101101001011111010001010110011101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4BE; }

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

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

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

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

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

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

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

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