Shades of Moon Raker #B5A9CE
Tints of Moon Raker #B5A9CE
RGB
CMYK
RGB Variations
Color information
#B5A9CE (or 0xB5A9CE) is known color: Moon Raker. HEX triplet: B5, A9 and CE. RGB value is (181,169,206). Sum of RGB (Red+Green+Blue) = 181+169+206=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9CE is #4A5631. Grayscale: #B0B0B0. Windows color (decimal): -4871730 or 13543861. OLE color: 13543861.
HSL color Cylindrical-coordinate representation of color #B5A9CE: hue angle of 259.46º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5A9CE is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 169 | 206 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.19 |
| HSL | 259.46º | 0.27% | 0.74% | - |
| HSV(B) | 259.46º | 0.18% | 0.81% | - |
| XYZ | 44.38 | 42.66 | 64.29 | - |
| YUV | 176.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 206 | 0.12 | 0.18 | 0 | 0.19 | 259.46 | 0.27 | 0.74 |
| Hex | B5 | A9 | CE | C | 12 | 0 | 13 | 103 | 1B | 4A |
| Octal | 265 | 251 | 316 | 14 | 22 | 0 | 23 | 403 | 33 | 112 |
| Binary | 10110101 | 10101001 | 11001110 | 1100 | 10010 | 0 | 10011 | 100000011 | 11011 | 1001010 |
Color Harmonies of #B5A9CE
Complementary color
Monochromatic Colors of #B5A9CE
Black with #B5A9CE
Text Example
Text Example
White with #B5A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A9CE; }
p { color: rgb(181,169,206); }
H1.HeaderClassName
{
color: #B5A9CE;
}
.AnyTagClassName
{
color: #B5A9CE;
}
</style>
background-color css
<style>
a { background-color: #B5A9CE; }
a { background-color: rgb(181,169,206); }
div.DivClassName
{
background-color: #B5A9CE;
}
.BgClassName
{
background-color: #B5A9CE;
}
</style>
border-color css
<style>
span { border-color: #B5A9CE; }
span { border-color: rgb(181,169,206); }
td.TdClassName
{
border-color: #B5A9CE;
}
.TagClassName
{
border-color: #B5A9CE;
}
</style>