Shades of Mischka #AEB2B7
Tints of Mischka #AEB2B7
RGB
CMYK
RGB Variations
Color information
#AEB2B7 (or 0xAEB2B7) is known color: Mischka. HEX triplet: AE, B2 and B7. RGB value is (174,178,183). Sum of RGB (Red+Green+Blue) = 174+178+183=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEB2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2B7 is #514D48. Grayscale: #B1B1B1. Windows color (decimal): -5328201 or 12038830. OLE color: 12038830.
HSL color Cylindrical-coordinate representation of color #AEB2B7: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEB2B7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 174 | 178 | 183 | - |
CMYK | 0.05 | 0.03 | 0 | 0.28 |
HSL | 213.33º | 0.06% | 0.7% | - |
HSV(B) | 213.33º | 0.05% | 0.72% | - |
XYZ | 41.92 | 44.26 | 51.13 | - |
YUV | 177.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 178 | 183 | 0.05 | 0.03 | 0 | 0.28 | 213.33 | 0.06 | 0.7 |
Hex | AE | B2 | B7 | 5 | 3 | 0 | 1C | D5 | 6 | 46 |
Octal | 256 | 262 | 267 | 5 | 3 | 0 | 34 | 325 | 6 | 106 |
Binary | 10101110 | 10110010 | 10110111 | 101 | 11 | 0 | 11100 | 11010101 | 110 | 1000110 |
Color Harmonies of #AEB2B7
Complementary color
Monochromatic Colors of #AEB2B7
Black with #AEB2B7
Text Example
Text Example
White with #AEB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2B7; }
p { color: rgb(174,178,183); }
H1.HeaderClassName
{
color: #AEB2B7;
}
.AnyTagClassName
{
color: #AEB2B7;
}
</style>
background-color css
<style>
a { background-color: #AEB2B7; }
a { background-color: rgb(174,178,183); }
div.DivClassName
{
background-color: #AEB2B7;
}
.BgClassName
{
background-color: #AEB2B7;
}
</style>
border-color css
<style>
span { border-color: #AEB2B7; }
span { border-color: rgb(174,178,183); }
td.TdClassName
{
border-color: #AEB2B7;
}
.TagClassName
{
border-color: #AEB2B7;
}
</style>