Shades of Mischka #ADB2BE
Tints of Mischka #ADB2BE
RGB
CMYK
RGB Variations
Color information
#ADB2BE (or 0xADB2BE) is known color: Mischka. HEX triplet: AD, B2 and BE. RGB value is (173,178,190). Sum of RGB (Red+Green+Blue) = 173+178+190=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BE is #524D41. Grayscale: #B1B1B1. Windows color (decimal): -5393730 or 12497581. OLE color: 12497581.
HSL color Cylindrical-coordinate representation of color #ADB2BE: hue angle of 222.35º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB2BE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 178 | 190 | - |
CMYK | 0.09 | 0.06 | 0 | 0.25 |
HSL | 222.35º | 0.12% | 0.71% | - |
HSV(B) | 222.35º | 0.09% | 0.75% | - |
XYZ | 42.45 | 44.44 | 55.06 | - |
YUV | 177.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 190 | 0.09 | 0.06 | 0 | 0.25 | 222.35 | 0.12 | 0.71 |
Hex | AD | B2 | BE | 9 | 6 | 0 | 19 | DE | C | 47 |
Octal | 255 | 262 | 276 | 11 | 6 | 0 | 31 | 336 | 14 | 107 |
Binary | 10101101 | 10110010 | 10111110 | 1001 | 110 | 0 | 11001 | 11011110 | 1100 | 1000111 |
Color Harmonies of #ADB2BE
Complementary color
Monochromatic Colors of #ADB2BE
Black with #ADB2BE
Text Example
Text Example
White with #ADB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2BE; }
p { color: rgb(173,178,190); }
H1.HeaderClassName
{
color: #ADB2BE;
}
.AnyTagClassName
{
color: #ADB2BE;
}
</style>
background-color css
<style>
a { background-color: #ADB2BE; }
a { background-color: rgb(173,178,190); }
div.DivClassName
{
background-color: #ADB2BE;
}
.BgClassName
{
background-color: #ADB2BE;
}
</style>
border-color css
<style>
span { border-color: #ADB2BE; }
span { border-color: rgb(173,178,190); }
td.TdClassName
{
border-color: #ADB2BE;
}
.TagClassName
{
border-color: #ADB2BE;
}
</style>