Html Css Color HEX #ABB2BB Mischka

📋 copy color: '#ABB2BB'

red 171 ◦ green 178 ◦ blue 187

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

Shades of Mischka #ABB2BB

Tints of Mischka #ABB2BB

RGB

 RED value IS 171 (67.19% from 255) = 31.9%

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

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

R = 31.9%
G = 33.21%
B = 34.89%

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

#ABB2BB (or 0xABB2BB) is known color: Mischka. HEX triplet: AB, B2 and BB. RGB value is (171,178,187). Sum of RGB (Red+Green+Blue) = 171+178+187=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2BB is #544D44. Grayscale: #B0B0B0. Windows color (decimal): -5524805 or 12300971. OLE color: 12300971.

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

Color convert

RGB 171 178 187 -
CMYK 0.09 0.05 0 0.27
HSL 213.75º 0.11% 0.7% -
HSV(B) 213.75º 0.09% 0.73% -
XYZ 41.68 44.09 53.33 -
YUV 176.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 171 178 187 0.09 0.05 0 0.27 213.75 0.11 0.7
Hex AB B2 BB 9 5 0 1B D6 B 46
Octal 253 262 273 11 5 0 33 326 13 106
Binary 10101011 10110010 10111011 1001 101 0 11011 11010110 1011 1000110

Color Harmonies of #ABB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2BB

Black with #ABB2BB

Text Example


Text Example

White with #ABB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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