Shades of Moon Raker #B7AECF
Tints of Moon Raker #B7AECF
RGB
CMYK
RGB Variations
Color information
#B7AECF (or 0xB7AECF) is known color: Moon Raker. HEX triplet: B7, AE and CF. RGB value is (183,174,207). Sum of RGB (Red+Green+Blue) = 183+174+207=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AECF is #485130. Grayscale: #B4B4B4. Windows color (decimal): -4739377 or 13610679. OLE color: 13610679.
HSL color Cylindrical-coordinate representation of color #B7AECF: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7AECF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 174 | 207 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.19 |
| HSL | 256.36º | 0.26% | 0.75% | - |
| HSV(B) | 256.36º | 0.16% | 0.81% | - |
| XYZ | 45.93 | 44.84 | 65.27 | - |
| YUV | 180.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 174 | 207 | 0.12 | 0.16 | 0 | 0.19 | 256.36 | 0.26 | 0.75 |
| Hex | B7 | AE | CF | C | 10 | 0 | 13 | 100 | 1A | 4B |
| Octal | 267 | 256 | 317 | 14 | 20 | 0 | 23 | 400 | 32 | 113 |
| Binary | 10110111 | 10101110 | 11001111 | 1100 | 10000 | 0 | 10011 | 100000000 | 11010 | 1001011 |
Color Harmonies of #B7AECF
Complementary color
Monochromatic Colors of #B7AECF
Black with #B7AECF
Text Example
Text Example
White with #B7AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AECF; }
p { color: rgb(183,174,207); }
H1.HeaderClassName
{
color: #B7AECF;
}
.AnyTagClassName
{
color: #B7AECF;
}
</style>
background-color css
<style>
a { background-color: #B7AECF; }
a { background-color: rgb(183,174,207); }
div.DivClassName
{
background-color: #B7AECF;
}
.BgClassName
{
background-color: #B7AECF;
}
</style>
border-color css
<style>
span { border-color: #B7AECF; }
span { border-color: rgb(183,174,207); }
td.TdClassName
{
border-color: #B7AECF;
}
.TagClassName
{
border-color: #B7AECF;
}
</style>