Shades of Mischka #ABB0B5
Tints of Mischka #ABB0B5
RGB
CMYK
RGB Variations
Color information
#ABB0B5 (or 0xABB0B5) is known color: Mischka. HEX triplet: AB, B0 and B5. RGB value is (171,176,181). Sum of RGB (Red+Green+Blue) = 171+176+181=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABB0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0B5 is #544F4A. Grayscale: #AFAFAF. Windows color (decimal): -5525323 or 11907243. OLE color: 11907243.
HSL color Cylindrical-coordinate representation of color #ABB0B5: hue angle of 210º 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 #ABB0B5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 176 | 181 | - |
CMYK | 0.06 | 0.03 | 0 | 0.29 |
HSL | 210º | 0.06% | 0.69% | - |
HSV(B) | 210º | 0.06% | 0.71% | - |
XYZ | 40.66 | 43.04 | 49.88 | - |
YUV | 175.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 176 | 181 | 0.06 | 0.03 | 0 | 0.29 | 210 | 0.06 | 0.69 |
Hex | AB | B0 | B5 | 6 | 3 | 0 | 1D | D2 | 6 | 45 |
Octal | 253 | 260 | 265 | 6 | 3 | 0 | 35 | 322 | 6 | 105 |
Binary | 10101011 | 10110000 | 10110101 | 110 | 11 | 0 | 11101 | 11010010 | 110 | 1000101 |
Color Harmonies of #ABB0B5
Complementary color
Monochromatic Colors of #ABB0B5
Black with #ABB0B5
Text Example
Text Example
White with #ABB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0B5; }
p { color: rgb(171,176,181); }
H1.HeaderClassName
{
color: #ABB0B5;
}
.AnyTagClassName
{
color: #ABB0B5;
}
</style>
background-color css
<style>
a { background-color: #ABB0B5; }
a { background-color: rgb(171,176,181); }
div.DivClassName
{
background-color: #ABB0B5;
}
.BgClassName
{
background-color: #ABB0B5;
}
</style>
border-color css
<style>
span { border-color: #ABB0B5; }
span { border-color: rgb(171,176,181); }
td.TdClassName
{
border-color: #ABB0B5;
}
.TagClassName
{
border-color: #ABB0B5;
}
</style>