Shades of Moon Raker #B7AAD0
Tints of Moon Raker #B7AAD0
RGB
CMYK
RGB Variations
Color information
#B7AAD0 (or 0xB7AAD0) is known color: Moon Raker. HEX triplet: B7, AA and D0. RGB value is (183,170,208). Sum of RGB (Red+Green+Blue) = 183+170+208=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAD0 is #48552F. Grayscale: #B2B2B2. Windows color (decimal): -4740400 or 13675191. OLE color: 13675191.
HSL color Cylindrical-coordinate representation of color #B7AAD0: hue angle of 260.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7AAD0 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 170 | 208 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.18 |
| HSL | 260.53º | 0.29% | 0.74% | - |
| HSV(B) | 260.53º | 0.18% | 0.82% | - |
| XYZ | 45.29 | 43.37 | 65.66 | - |
| YUV | 178.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 208 | 0.12 | 0.18 | 0 | 0.18 | 260.53 | 0.29 | 0.74 |
| Hex | B7 | AA | D0 | C | 12 | 0 | 12 | 105 | 1D | 4A |
| Octal | 267 | 252 | 320 | 14 | 22 | 0 | 22 | 405 | 35 | 112 |
| Binary | 10110111 | 10101010 | 11010000 | 1100 | 10010 | 0 | 10010 | 100000101 | 11101 | 1001010 |
Color Harmonies of #B7AAD0
Complementary color
Monochromatic Colors of #B7AAD0
Black with #B7AAD0
Text Example
Text Example
White with #B7AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAD0; }
p { color: rgb(183,170,208); }
H1.HeaderClassName
{
color: #B7AAD0;
}
.AnyTagClassName
{
color: #B7AAD0;
}
</style>
background-color css
<style>
a { background-color: #B7AAD0; }
a { background-color: rgb(183,170,208); }
div.DivClassName
{
background-color: #B7AAD0;
}
.BgClassName
{
background-color: #B7AAD0;
}
</style>
border-color css
<style>
span { border-color: #B7AAD0; }
span { border-color: rgb(183,170,208); }
td.TdClassName
{
border-color: #B7AAD0;
}
.TagClassName
{
border-color: #B7AAD0;
}
</style>