Html Css Color HEX #ABADB0 Mischka

📋 copy color: '#ABADB0'

red 171 ◦ green 173 ◦ blue 176

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

Shades of Mischka #ABADB0

Tints of Mischka #ABADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 32.88%
G = 33.27%
B = 33.85%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABADB0 (or 0xABADB0) is known color: Mischka. HEX triplet: AB, AD and B0. RGB value is (171,173,176). Sum of RGB (Red+Green+Blue) = 171+173+176=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADB0 is #54524F. Grayscale: #ACACAC. Windows color (decimal): -5526096 or 11578795. OLE color: 11578795.

HSL color Cylindrical-coordinate representation of color #ABADB0: hue angle of 216º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABADB0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 173 176 -
CMYK 0.03 0.02 0 0.31
HSL 216º 0.03% 0.68% -
HSV(B) 216º 0.03% 0.69% -
XYZ 39.57 41.68 47.03 -
YUV 172.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 171 173 176 0.03 0.02 0 0.31 216 0.03 0.68
Hex AB AD B0 3 2 0 1F D8 3 44
Octal 253 255 260 3 2 0 37 330 3 104
Binary 10101011 10101101 10110000 11 10 0 11111 11011000 11 1000100

Color Harmonies of #ABADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADB0

Black with #ABADB0

Text Example


Text Example

White with #ABADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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