Shades of Moon Raker #B7ACD5
Tints of Moon Raker #B7ACD5
RGB
CMYK
RGB Variations
Color information
#B7ACD5 (or 0xB7ACD5) is known color: Moon Raker. HEX triplet: B7, AC and D5. RGB value is (183,172,213). Sum of RGB (Red+Green+Blue) = 183+172+213=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACD5 is #48532A. Grayscale: #B3B3B3. Windows color (decimal): -4739883 or 14003383. OLE color: 14003383.
HSL color Cylindrical-coordinate representation of color #B7ACD5: hue angle of 256.1º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7ACD5 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 172 | 213 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.16 |
| HSL | 256.1º | 0.33% | 0.75% | - |
| HSV(B) | 256.1º | 0.19% | 0.84% | - |
| XYZ | 46.29 | 44.38 | 69.08 | - |
| YUV | 179.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 213 | 0.14 | 0.19 | 0 | 0.16 | 256.1 | 0.33 | 0.75 |
| Hex | B7 | AC | D5 | E | 13 | 0 | 10 | 100 | 21 | 4B |
| Octal | 267 | 254 | 325 | 16 | 23 | 0 | 20 | 400 | 41 | 113 |
| Binary | 10110111 | 10101100 | 11010101 | 1110 | 10011 | 0 | 10000 | 100000000 | 100001 | 1001011 |
Color Harmonies of #B7ACD5
Complementary color
Monochromatic Colors of #B7ACD5
Black with #B7ACD5
Text Example
Text Example
White with #B7ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACD5; }
p { color: rgb(183,172,213); }
H1.HeaderClassName
{
color: #B7ACD5;
}
.AnyTagClassName
{
color: #B7ACD5;
}
</style>
background-color css
<style>
a { background-color: #B7ACD5; }
a { background-color: rgb(183,172,213); }
div.DivClassName
{
background-color: #B7ACD5;
}
.BgClassName
{
background-color: #B7ACD5;
}
</style>
border-color css
<style>
span { border-color: #B7ACD5; }
span { border-color: rgb(183,172,213); }
td.TdClassName
{
border-color: #B7ACD5;
}
.TagClassName
{
border-color: #B7ACD5;
}
</style>