Shades of Moon Raker #B5A9CB
Tints of Moon Raker #B5A9CB
RGB
CMYK
RGB Variations
Color information
#B5A9CB (or 0xB5A9CB) is known color: Moon Raker. HEX triplet: B5, A9 and CB. RGB value is (181,169,203). Sum of RGB (Red+Green+Blue) = 181+169+203=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9CB is #4A5634. Grayscale: #B0B0B0. Windows color (decimal): -4871733 or 13347253. OLE color: 13347253.
HSL color Cylindrical-coordinate representation of color #B5A9CB: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A9CB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 169 | 203 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.20 |
| HSL | 261.18º | 0.25% | 0.73% | - |
| HSV(B) | 261.18º | 0.17% | 0.8% | - |
| XYZ | 44.02 | 42.51 | 62.39 | - |
| YUV | 176.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 203 | 0.11 | 0.17 | 0 | 0.20 | 261.18 | 0.25 | 0.73 |
| Hex | B5 | A9 | CB | B | 11 | 0 | 14 | 105 | 19 | 49 |
| Octal | 265 | 251 | 313 | 13 | 21 | 0 | 24 | 405 | 31 | 111 |
| Binary | 10110101 | 10101001 | 11001011 | 1011 | 10001 | 0 | 10100 | 100000101 | 11001 | 1001001 |
Color Harmonies of #B5A9CB
Complementary color
Monochromatic Colors of #B5A9CB
Black with #B5A9CB
Text Example
Text Example
White with #B5A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A9CB; }
p { color: rgb(181,169,203); }
H1.HeaderClassName
{
color: #B5A9CB;
}
.AnyTagClassName
{
color: #B5A9CB;
}
</style>
background-color css
<style>
a { background-color: #B5A9CB; }
a { background-color: rgb(181,169,203); }
div.DivClassName
{
background-color: #B5A9CB;
}
.BgClassName
{
background-color: #B5A9CB;
}
</style>
border-color css
<style>
span { border-color: #B5A9CB; }
span { border-color: rgb(181,169,203); }
td.TdClassName
{
border-color: #B5A9CB;
}
.TagClassName
{
border-color: #B5A9CB;
}
</style>