Shades of Moon Raker #B7A9C9
Tints of Moon Raker #B7A9C9
RGB
CMYK
RGB Variations
Color information
#B7A9C9 (or 0xB7A9C9) is known color: Moon Raker. HEX triplet: B7, A9 and C9. RGB value is (183,169,201). Sum of RGB (Red+Green+Blue) = 183+169+201=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9C9 is #485636. Grayscale: #B0B0B0. Windows color (decimal): -4740663 or 13216183. OLE color: 13216183.
HSL color Cylindrical-coordinate representation of color #B7A9C9: hue angle of 266.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A9C9 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 169 | 201 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.21 |
| HSL | 266.25º | 0.23% | 0.73% | - |
| HSV(B) | 266.25º | 0.16% | 0.79% | - |
| XYZ | 44.26 | 42.66 | 61.16 | - |
| YUV | 176.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 201 | 0.09 | 0.16 | 0 | 0.21 | 266.25 | 0.23 | 0.73 |
| Hex | B7 | A9 | C9 | 9 | 10 | 0 | 15 | 10A | 17 | 49 |
| Octal | 267 | 251 | 311 | 11 | 20 | 0 | 25 | 412 | 27 | 111 |
| Binary | 10110111 | 10101001 | 11001001 | 1001 | 10000 | 0 | 10101 | 100001010 | 10111 | 1001001 |
Color Harmonies of #B7A9C9
Complementary color
Monochromatic Colors of #B7A9C9
Black with #B7A9C9
Text Example
Text Example
White with #B7A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A9C9; }
p { color: rgb(183,169,201); }
H1.HeaderClassName
{
color: #B7A9C9;
}
.AnyTagClassName
{
color: #B7A9C9;
}
</style>
background-color css
<style>
a { background-color: #B7A9C9; }
a { background-color: rgb(183,169,201); }
div.DivClassName
{
background-color: #B7A9C9;
}
.BgClassName
{
background-color: #B7A9C9;
}
</style>
border-color css
<style>
span { border-color: #B7A9C9; }
span { border-color: rgb(183,169,201); }
td.TdClassName
{
border-color: #B7A9C9;
}
.TagClassName
{
border-color: #B7A9C9;
}
</style>