Shades of Moon Raker #B7ADC6
Tints of Moon Raker #B7ADC6
RGB
CMYK
RGB Variations
Color information
#B7ADC6 (or 0xB7ADC6) is known color: Moon Raker. HEX triplet: B7, AD and C6. RGB value is (183,173,198). Sum of RGB (Red+Green+Blue) = 183+173+198=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADC6 is #485239. Grayscale: #B2B2B2. Windows color (decimal): -4739642 or 13020599. OLE color: 13020599.
HSL color Cylindrical-coordinate representation of color #B7ADC6: hue angle of 264º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7ADC6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 173 | 198 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.22 |
| HSL | 264º | 0.18% | 0.73% | - |
| HSV(B) | 264º | 0.13% | 0.78% | - |
| XYZ | 44.67 | 44.03 | 59.57 | - |
| YUV | 178.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 198 | 0.08 | 0.13 | 0 | 0.22 | 264 | 0.18 | 0.73 |
| Hex | B7 | AD | C6 | 8 | D | 0 | 16 | 108 | 12 | 49 |
| Octal | 267 | 255 | 306 | 10 | 15 | 0 | 26 | 410 | 22 | 111 |
| Binary | 10110111 | 10101101 | 11000110 | 1000 | 1101 | 0 | 10110 | 100001000 | 10010 | 1001001 |
Color Harmonies of #B7ADC6
Complementary color
Monochromatic Colors of #B7ADC6
Black with #B7ADC6
Text Example
Text Example
White with #B7ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADC6; }
p { color: rgb(183,173,198); }
H1.HeaderClassName
{
color: #B7ADC6;
}
.AnyTagClassName
{
color: #B7ADC6;
}
</style>
background-color css
<style>
a { background-color: #B7ADC6; }
a { background-color: rgb(183,173,198); }
div.DivClassName
{
background-color: #B7ADC6;
}
.BgClassName
{
background-color: #B7ADC6;
}
</style>
border-color css
<style>
span { border-color: #B7ADC6; }
span { border-color: rgb(183,173,198); }
td.TdClassName
{
border-color: #B7ADC6;
}
.TagClassName
{
border-color: #B7ADC6;
}
</style>