Shades of Moon Raker #B5ABCD
Tints of Moon Raker #B5ABCD
RGB
CMYK
RGB Variations
Color information
#B5ABCD (or 0xB5ABCD) is known color: Moon Raker. HEX triplet: B5, AB and CD. RGB value is (181,171,205). Sum of RGB (Red+Green+Blue) = 181+171+205=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABCD is #4A5432. Grayscale: #B1B1B1. Windows color (decimal): -4871219 or 13478837. OLE color: 13478837.
HSL color Cylindrical-coordinate representation of color #B5ABCD: hue angle of 257.65º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5ABCD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 171 | 205 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.20 |
| HSL | 257.65º | 0.25% | 0.74% | - |
| HSV(B) | 257.65º | 0.17% | 0.8% | - |
| XYZ | 44.64 | 43.36 | 63.77 | - |
| YUV | 177.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 205 | 0.12 | 0.17 | 0 | 0.20 | 257.65 | 0.25 | 0.74 |
| Hex | B5 | AB | CD | C | 11 | 0 | 14 | 102 | 19 | 4A |
| Octal | 265 | 253 | 315 | 14 | 21 | 0 | 24 | 402 | 31 | 112 |
| Binary | 10110101 | 10101011 | 11001101 | 1100 | 10001 | 0 | 10100 | 100000010 | 11001 | 1001010 |
Color Harmonies of #B5ABCD
Complementary color
Monochromatic Colors of #B5ABCD
Black with #B5ABCD
Text Example
Text Example
White with #B5ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABCD; }
p { color: rgb(181,171,205); }
H1.HeaderClassName
{
color: #B5ABCD;
}
.AnyTagClassName
{
color: #B5ABCD;
}
</style>
background-color css
<style>
a { background-color: #B5ABCD; }
a { background-color: rgb(181,171,205); }
div.DivClassName
{
background-color: #B5ABCD;
}
.BgClassName
{
background-color: #B5ABCD;
}
</style>
border-color css
<style>
span { border-color: #B5ABCD; }
span { border-color: rgb(181,171,205); }
td.TdClassName
{
border-color: #B5ABCD;
}
.TagClassName
{
border-color: #B5ABCD;
}
</style>