Html Css Color HEX #ABB0BB Mischka

📋 copy color: '#ABB0BB'

red 171 ◦ green 176 ◦ blue 187

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

Shades of Mischka #ABB0BB

Tints of Mischka #ABB0BB

RGB

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

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

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

R = 32.02%
G = 32.96%
B = 35.02%

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

#ABB0BB (or 0xABB0BB) is known color: Mischka. HEX triplet: AB, B0 and BB. RGB value is (171,176,187). Sum of RGB (Red+Green+Blue) = 171+176+187=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BB is #544F44. Grayscale: #AFAFAF. Windows color (decimal): -5525317 or 12300459. OLE color: 12300459.

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

Color convert

RGB 171 176 187 -
CMYK 0.09 0.06 0 0.27
HSL 221.25º 0.11% 0.7% -
HSV(B) 221.25º 0.09% 0.73% -
XYZ 41.29 43.3 53.19 -
YUV 175.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 171 176 187 0.09 0.06 0 0.27 221.25 0.11 0.7
Hex AB B0 BB 9 6 0 1B DD B 46
Octal 253 260 273 11 6 0 33 335 13 106
Binary 10101011 10110000 10111011 1001 110 0 11011 11011101 1011 1000110

Color Harmonies of #ABB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0BB

Black with #ABB0BB

Text Example


Text Example

White with #ABB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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