Shades of Moon Raker #B7AACF
Tints of Moon Raker #B7AACF
RGB
CMYK
RGB Variations
Color information
#B7AACF (or 0xB7AACF) is known color: Moon Raker. HEX triplet: B7, AA and CF. RGB value is (183,170,207). Sum of RGB (Red+Green+Blue) = 183+170+207=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AACF is #485530. Grayscale: #B1B1B1. Windows color (decimal): -4740401 or 13609655. OLE color: 13609655.
HSL color Cylindrical-coordinate representation of color #B7AACF: hue angle of 261.08º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7AACF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 170 | 207 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.19 |
| HSL | 261.08º | 0.28% | 0.74% | - |
| HSV(B) | 261.08º | 0.18% | 0.81% | - |
| XYZ | 45.17 | 43.32 | 65.01 | - |
| YUV | 178.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 207 | 0.12 | 0.18 | 0 | 0.19 | 261.08 | 0.28 | 0.74 |
| Hex | B7 | AA | CF | C | 12 | 0 | 13 | 105 | 1C | 4A |
| Octal | 267 | 252 | 317 | 14 | 22 | 0 | 23 | 405 | 34 | 112 |
| Binary | 10110111 | 10101010 | 11001111 | 1100 | 10010 | 0 | 10011 | 100000101 | 11100 | 1001010 |
Color Harmonies of #B7AACF
Complementary color
Monochromatic Colors of #B7AACF
Black with #B7AACF
Text Example
Text Example
White with #B7AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AACF; }
p { color: rgb(183,170,207); }
H1.HeaderClassName
{
color: #B7AACF;
}
.AnyTagClassName
{
color: #B7AACF;
}
</style>
background-color css
<style>
a { background-color: #B7AACF; }
a { background-color: rgb(183,170,207); }
div.DivClassName
{
background-color: #B7AACF;
}
.BgClassName
{
background-color: #B7AACF;
}
</style>
border-color css
<style>
span { border-color: #B7AACF; }
span { border-color: rgb(183,170,207); }
td.TdClassName
{
border-color: #B7AACF;
}
.TagClassName
{
border-color: #B7AACF;
}
</style>