Html Css Color HEX #ABB1BD Mischka

📋 copy color: '#ABB1BD'

red 171 ◦ green 177 ◦ blue 189

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

Shades of Mischka #ABB1BD

Tints of Mischka #ABB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 31.84%
G = 32.96%
B = 35.2%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB1BD (or 0xABB1BD) is known color: Mischka. HEX triplet: AB, B1 and BD. RGB value is (171,177,189). Sum of RGB (Red+Green+Blue) = 171+177+189=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BD is #544E42. Grayscale: #B0B0B0. Windows color (decimal): -5525059 or 12431787. OLE color: 12431787.

HSL color Cylindrical-coordinate representation of color #ABB1BD: hue angle of 220º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB1BD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 177 189 -
CMYK 0.10 0.06 0 0.26
HSL 220º 0.12% 0.71% -
HSV(B) 220º 0.1% 0.74% -
XYZ 41.7 43.78 54.4 -
YUV 176.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 171 177 189 0.10 0.06 0 0.26 220 0.12 0.71
Hex AB B1 BD A 6 0 1A DC C 47
Octal 253 261 275 12 6 0 32 334 14 107
Binary 10101011 10110001 10111101 1010 110 0 11010 11011100 1100 1000111

Color Harmonies of #ABB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB1BD

Black with #ABB1BD

Text Example


Text Example

White with #ABB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB1BD; }

 p { color: rgb(171,177,189); }

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

background-color css

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

 a { background-color: rgb(171,177,189); }

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

border-color css

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

 span { border-color: rgb(171,177,189); }

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