Shades of Moon Raker #B7ABCC
Tints of Moon Raker #B7ABCC
RGB
CMYK
RGB Variations
Color information
#B7ABCC (or 0xB7ABCC) is known color: Moon Raker. HEX triplet: B7, AB and CC. RGB value is (183,171,204). Sum of RGB (Red+Green+Blue) = 183+171+204=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABCC is #485433. Grayscale: #B2B2B2. Windows color (decimal): -4740148 or 13413303. OLE color: 13413303.
HSL color Cylindrical-coordinate representation of color #B7ABCC: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7ABCC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 171 | 204 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.2 |
| HSL | 261.82º | 0.24% | 0.74% | - |
| HSV(B) | 261.82º | 0.16% | 0.8% | - |
| XYZ | 44.99 | 43.55 | 63.16 | - |
| YUV | 178.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 204 | 0.10 | 0.16 | 0 | 0.2 | 261.82 | 0.24 | 0.74 |
| Hex | B7 | AB | CC | A | 10 | 0 | 14 | 106 | 18 | 4A |
| Octal | 267 | 253 | 314 | 12 | 20 | 0 | 24 | 406 | 30 | 112 |
| Binary | 10110111 | 10101011 | 11001100 | 1010 | 10000 | 0 | 10100 | 100000110 | 11000 | 1001010 |
Color Harmonies of #B7ABCC
Complementary color
Monochromatic Colors of #B7ABCC
Black with #B7ABCC
Text Example
Text Example
White with #B7ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABCC; }
p { color: rgb(183,171,204); }
H1.HeaderClassName
{
color: #B7ABCC;
}
.AnyTagClassName
{
color: #B7ABCC;
}
</style>
background-color css
<style>
a { background-color: #B7ABCC; }
a { background-color: rgb(183,171,204); }
div.DivClassName
{
background-color: #B7ABCC;
}
.BgClassName
{
background-color: #B7ABCC;
}
</style>
border-color css
<style>
span { border-color: #B7ABCC; }
span { border-color: rgb(183,171,204); }
td.TdClassName
{
border-color: #B7ABCC;
}
.TagClassName
{
border-color: #B7ABCC;
}
</style>