Html Css Color HEX #ABADB8 Mischka

📋 copy color: '#ABADB8'

red 171 ◦ green 173 ◦ blue 184

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

Shades of Mischka #ABADB8

Tints of Mischka #ABADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.85%

R = 32.39%
G = 32.77%
B = 34.85%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABADB8 (or 0xABADB8) is known color: Mischka. HEX triplet: AB, AD and B8. RGB value is (171,173,184). Sum of RGB (Red+Green+Blue) = 171+173+184=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB8 is #545247. Grayscale: #ADADAD. Windows color (decimal): -5526088 or 12103083. OLE color: 12103083.

HSL color Cylindrical-coordinate representation of color #ABADB8: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABADB8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 173 184 -
CMYK 0.07 0.06 0 0.28
HSL 230.77º 0.08% 0.7% -
HSV(B) 230.77º 0.07% 0.72% -
XYZ 40.39 42.01 51.33 -
YUV 173.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 171 173 184 0.07 0.06 0 0.28 230.77 0.08 0.7
Hex AB AD B8 7 6 0 1C E7 8 46
Octal 253 255 270 7 6 0 34 347 10 106
Binary 10101011 10101101 10111000 111 110 0 11100 11100111 1000 1000110

Color Harmonies of #ABADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADB8

Black with #ABADB8

Text Example


Text Example

White with #ABADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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