Html Css Color HEX #AAB2BB Mischka

📋 copy color: '#AAB2BB'

red 170 ◦ green 178 ◦ blue 187

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

Shades of Mischka #AAB2BB

Tints of Mischka #AAB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.27%

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

R = 31.78%
G = 33.27%
B = 34.95%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB2BB (or 0xAAB2BB) is known color: Mischka. HEX triplet: AA, B2 and BB. RGB value is (170,178,187). Sum of RGB (Red+Green+Blue) = 170+178+187=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2BB is #554D44. Grayscale: #B0B0B0. Windows color (decimal): -5590341 or 12300970. OLE color: 12300970.

HSL color Cylindrical-coordinate representation of color #AAB2BB: hue angle of 211.76º 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 #AAB2BB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 178 187 -
CMYK 0.09 0.05 0 0.27
HSL 211.76º 0.11% 0.7% -
HSV(B) 211.76º 0.09% 0.73% -
XYZ 41.47 43.97 53.32 -
YUV 176.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 170 178 187 0.09 0.05 0 0.27 211.76 0.11 0.7
Hex AA B2 BB 9 5 0 1B D4 B 46
Octal 252 262 273 11 5 0 33 324 13 106
Binary 10101010 10110010 10111011 1001 101 0 11011 11010100 1011 1000110

Color Harmonies of #AAB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2BB

Black with #AAB2BB

Text Example


Text Example

White with #AAB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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