Shades of Mischka #ADAFB2
Tints of Mischka #ADAFB2
RGB
CMYK
RGB Variations
Color information
#ADAFB2 (or 0xADAFB2) is known color: Mischka. HEX triplet: AD, AF and B2. RGB value is (173,175,178). Sum of RGB (Red+Green+Blue) = 173+175+178=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFB2 is #52504D. Grayscale: #AEAEAE. Windows color (decimal): -5394510 or 11710381. OLE color: 11710381.
HSL color Cylindrical-coordinate representation of color #ADAFB2: hue angle of 216º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADAFB2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 175 | 178 | - |
CMYK | 0.03 | 0.02 | 0 | 0.30 |
HSL | 216º | 0.03% | 0.69% | - |
HSV(B) | 216º | 0.03% | 0.7% | - |
XYZ | 40.6 | 42.76 | 48.23 | - |
YUV | 174.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 178 | 0.03 | 0.02 | 0 | 0.30 | 216 | 0.03 | 0.69 |
Hex | AD | AF | B2 | 3 | 2 | 0 | 1E | D8 | 3 | 45 |
Octal | 255 | 257 | 262 | 3 | 2 | 0 | 36 | 330 | 3 | 105 |
Binary | 10101101 | 10101111 | 10110010 | 11 | 10 | 0 | 11110 | 11011000 | 11 | 1000101 |
Color Harmonies of #ADAFB2
Complementary color
Monochromatic Colors of #ADAFB2
Black with #ADAFB2
Text Example
Text Example
White with #ADAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB2; }
p { color: rgb(173,175,178); }
H1.HeaderClassName
{
color: #ADAFB2;
}
.AnyTagClassName
{
color: #ADAFB2;
}
</style>
background-color css
<style>
a { background-color: #ADAFB2; }
a { background-color: rgb(173,175,178); }
div.DivClassName
{
background-color: #ADAFB2;
}
.BgClassName
{
background-color: #ADAFB2;
}
</style>
border-color css
<style>
span { border-color: #ADAFB2; }
span { border-color: rgb(173,175,178); }
td.TdClassName
{
border-color: #ADAFB2;
}
.TagClassName
{
border-color: #ADAFB2;
}
</style>