Shades of Moon Raker #B9AECE
Tints of Moon Raker #B9AECE
RGB
CMYK
RGB Variations
Color information
#B9AECE (or 0xB9AECE) is known color: Moon Raker. HEX triplet: B9, AE and CE. RGB value is (185,174,206). Sum of RGB (Red+Green+Blue) = 185+174+206=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECE is #465131. Grayscale: #B4B4B4. Windows color (decimal): -4608306 or 13545145. OLE color: 13545145.
HSL color Cylindrical-coordinate representation of color #B9AECE: hue angle of 260.62º degrees, saturation: 0.25, 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 #B9AECE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 174 | 206 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.19 |
| HSL | 260.63º | 0.25% | 0.75% | - |
| HSV(B) | 260.63º | 0.16% | 0.81% | - |
| XYZ | 46.28 | 45.04 | 64.65 | - |
| YUV | 180.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 206 | 0.10 | 0.16 | 0 | 0.19 | 260.63 | 0.25 | 0.75 |
| Hex | B9 | AE | CE | A | 10 | 0 | 13 | 105 | 19 | 4B |
| Octal | 271 | 256 | 316 | 12 | 20 | 0 | 23 | 405 | 31 | 113 |
| Binary | 10111001 | 10101110 | 11001110 | 1010 | 10000 | 0 | 10011 | 100000101 | 11001 | 1001011 |
Color Harmonies of #B9AECE
Complementary color
Monochromatic Colors of #B9AECE
Black with #B9AECE
Text Example
Text Example
White with #B9AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AECE; }
p { color: rgb(185,174,206); }
H1.HeaderClassName
{
color: #B9AECE;
}
.AnyTagClassName
{
color: #B9AECE;
}
</style>
background-color css
<style>
a { background-color: #B9AECE; }
a { background-color: rgb(185,174,206); }
div.DivClassName
{
background-color: #B9AECE;
}
.BgClassName
{
background-color: #B9AECE;
}
</style>
border-color css
<style>
span { border-color: #B9AECE; }
span { border-color: rgb(185,174,206); }
td.TdClassName
{
border-color: #B9AECE;
}
.TagClassName
{
border-color: #B9AECE;
}
</style>