Shades of Moon Raker #B7AACB
Tints of Moon Raker #B7AACB
RGB
CMYK
RGB Variations
Color information
#B7AACB (or 0xB7AACB) is known color: Moon Raker. HEX triplet: B7, AA and CB. RGB value is (183,170,203). Sum of RGB (Red+Green+Blue) = 183+170+203=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AACB is #485534. Grayscale: #B1B1B1. Windows color (decimal): -4740405 or 13347511. OLE color: 13347511.
HSL color Cylindrical-coordinate representation of color #B7AACB: hue angle of 263.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7AACB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 170 | 203 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.20 |
| HSL | 263.64º | 0.24% | 0.73% | - |
| HSV(B) | 263.64º | 0.16% | 0.8% | - |
| XYZ | 44.68 | 43.13 | 62.47 | - |
| YUV | 177.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 203 | 0.10 | 0.16 | 0 | 0.20 | 263.64 | 0.24 | 0.73 |
| Hex | B7 | AA | CB | A | 10 | 0 | 14 | 108 | 18 | 49 |
| Octal | 267 | 252 | 313 | 12 | 20 | 0 | 24 | 410 | 30 | 111 |
| Binary | 10110111 | 10101010 | 11001011 | 1010 | 10000 | 0 | 10100 | 100001000 | 11000 | 1001001 |
Color Harmonies of #B7AACB
Complementary color
Monochromatic Colors of #B7AACB
Black with #B7AACB
Text Example
Text Example
White with #B7AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AACB; }
p { color: rgb(183,170,203); }
H1.HeaderClassName
{
color: #B7AACB;
}
.AnyTagClassName
{
color: #B7AACB;
}
</style>
background-color css
<style>
a { background-color: #B7AACB; }
a { background-color: rgb(183,170,203); }
div.DivClassName
{
background-color: #B7AACB;
}
.BgClassName
{
background-color: #B7AACB;
}
</style>
border-color css
<style>
span { border-color: #B7AACB; }
span { border-color: rgb(183,170,203); }
td.TdClassName
{
border-color: #B7AACB;
}
.TagClassName
{
border-color: #B7AACB;
}
</style>