Shades of Mischka #ABADB5
Tints of Mischka #ABADB5
RGB
CMYK
RGB Variations
Color information
#ABADB5 (or 0xABADB5) is known color: Mischka. HEX triplet: AB, AD and B5. RGB value is (171,173,181). Sum of RGB (Red+Green+Blue) = 171+173+181=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADB5 is #54524A. Grayscale: #ADADAD. Windows color (decimal): -5526091 or 11906475. OLE color: 11906475.
HSL color Cylindrical-coordinate representation of color #ABADB5: hue angle of 228º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABADB5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 173 | 181 | - |
CMYK | 0.06 | 0.04 | 0 | 0.29 |
HSL | 228º | 0.06% | 0.69% | - |
HSV(B) | 228º | 0.06% | 0.71% | - |
XYZ | 40.08 | 41.88 | 49.69 | - |
YUV | 173.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 181 | 0.06 | 0.04 | 0 | 0.29 | 228 | 0.06 | 0.69 |
Hex | AB | AD | B5 | 6 | 4 | 0 | 1D | E4 | 6 | 45 |
Octal | 253 | 255 | 265 | 6 | 4 | 0 | 35 | 344 | 6 | 105 |
Binary | 10101011 | 10101101 | 10110101 | 110 | 100 | 0 | 11101 | 11100100 | 110 | 1000101 |
Color Harmonies of #ABADB5
Complementary color
Monochromatic Colors of #ABADB5
Black with #ABADB5
Text Example
Text Example
White with #ABADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADB5; }
p { color: rgb(171,173,181); }
H1.HeaderClassName
{
color: #ABADB5;
}
.AnyTagClassName
{
color: #ABADB5;
}
</style>
background-color css
<style>
a { background-color: #ABADB5; }
a { background-color: rgb(171,173,181); }
div.DivClassName
{
background-color: #ABADB5;
}
.BgClassName
{
background-color: #ABADB5;
}
</style>
border-color css
<style>
span { border-color: #ABADB5; }
span { border-color: rgb(171,173,181); }
td.TdClassName
{
border-color: #ABADB5;
}
.TagClassName
{
border-color: #ABADB5;
}
</style>