Html Css Color HEX #ABB0BD Mischka

📋 copy color: '#ABB0BD'

red 171 ◦ green 176 ◦ blue 189

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

Shades of Mischka #ABB0BD

Tints of Mischka #ABB0BD

RGB

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

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

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

R = 31.9%
G = 32.84%
B = 35.26%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB0BD (or 0xABB0BD) is known color: Mischka. HEX triplet: AB, B0 and BD. RGB value is (171,176,189). Sum of RGB (Red+Green+Blue) = 171+176+189=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BD is #544F42. Grayscale: #AFAFAF. Windows color (decimal): -5525315 or 12431531. OLE color: 12431531.

HSL color Cylindrical-coordinate representation of color #ABB0BD: hue angle of 223.33º 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 #ABB0BD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 176 189 -
CMYK 0.10 0.07 0 0.26
HSL 223.33º 0.12% 0.71% -
HSV(B) 223.33º 0.1% 0.74% -
XYZ 41.51 43.38 54.33 -
YUV 175.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 171 176 189 0.10 0.07 0 0.26 223.33 0.12 0.71
Hex AB B0 BD A 7 0 1A DF C 47
Octal 253 260 275 12 7 0 32 337 14 107
Binary 10101011 10110000 10111101 1010 111 0 11010 11011111 1100 1000111

Color Harmonies of #ABB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0BD

Black with #ABB0BD

Text Example


Text Example

White with #ABB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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