#AEB0BC

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

Shades of Mischka #AEB0BC

Tints of Mischka #AEB0BC

Color information

#AEB0BC (or 0xAEB0BC) is unknown color: approx Mischka. HEX triplet: AE, B0 and BC. RGB value is (174,176,188). Sum of RGB (Red+Green+Blue) = 174+176+188=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0BC is #514F43. Grayscale: #B0B0B0. Windows color (decimal): -5328708 or 12365998. OLE color: 12365998.

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

Color convert

RGB174176188-
CMYK0.070.0600.26
HSL231.43º9.46%70.98%-
HSV(B)231.43º7.45%73.73%-
XYZ42.0643.6853.79-
YUV176.77134.34126.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=32.34%
G=32.71%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741761880.070.0600.26231.439.4670.98
HexAEB0BC7601Ae7947
Octal2562602747603234711107
Binary1010111010110000101111001111100110101110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0BC; }

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

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

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

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

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

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

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

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