Html Css Color HEX #AAB0BB Mischka

📋 copy color: '#AAB0BB'

red 170 ◦ green 176 ◦ blue 187

#AAB0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #AAB0BB

Tints of Mischka #AAB0BB

RGB

 RED value IS 170 (66.8% from 255) = 31.89%

 GREEN value IS 176 (69.14% from 255) = 33.02%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 31.89%
G = 33.02%
B = 35.08%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB0BB (or 0xAAB0BB) is known color: Mischka. HEX triplet: AA, B0 and BB. RGB value is (170,176,187). Sum of RGB (Red+Green+Blue) = 170+176+187=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0BB is #554F44. Grayscale: #AFAFAF. Windows color (decimal): -5590853 or 12300458. OLE color: 12300458.

HSL color Cylindrical-coordinate representation of color #AAB0BB: hue angle of 218.82º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB0BB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 176 187 -
CMYK 0.09 0.06 0 0.27
HSL 218.82º 0.11% 0.7% -
HSV(B) 218.82º 0.09% 0.73% -
XYZ 41.07 43.18 53.18 -
YUV 175.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 170 176 187 0.09 0.06 0 0.27 218.82 0.11 0.7
Hex AA B0 BB 9 6 0 1B DB B 46
Octal 252 260 273 11 6 0 33 333 13 106
Binary 10101010 10110000 10111011 1001 110 0 11011 11011011 1011 1000110

Color Harmonies of #AAB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0BB

Black with #AAB0BB

Text Example


Text Example

White with #AAB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0BB; }

 p { color: rgb(170,176,187); }

 H1.HeaderClassName
 {
   color: #AAB0BB;
 }
 .AnyTagClassName
 {
   color: #AAB0BB;
 }
</style>

background-color css

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

 a { background-color: rgb(170,176,187); }

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

border-color css

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

 span { border-color: rgb(170,176,187); }

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