#ADAEB3

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

Shades of Mischka #ADAEB3

Tints of Mischka #ADAEB3

Color information

#ADAEB3 (or 0xADAEB3) is unknown color: approx Mischka. HEX triplet: AD, AE and B3. RGB value is (173,174,179). Sum of RGB (Red+Green+Blue) = 173+174+179=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEB3 is #52514C. Grayscale: #AEAEAE. Windows color (decimal): -5394765 or 11775661. OLE color: 11775661.

HSL color Cylindrical-coordinate representation of color #ADAEB3: hue angle of 230º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADAEB3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173174179-
CMYK0.030.0300.30
HSL230º3.8%69.02%-
HSV(B)230º3.35%70.2%-
XYZ40.5142.4148.7-
YUV174.27130.67127.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=32.89%
G=33.08%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731741790.030.0300.302303.869.02
HexADAEB33301Ee6445
Octal255256263330363464105
Binary1010110110101110101100111111011110111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB3; }

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

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

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

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

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

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

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

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