Shades of Moon Raker #BBABDD
Tints of Moon Raker #BBABDD
RGB
CMYK
RGB Variations
Color information
#BBABDD (or 0xBBABDD) is known color: Moon Raker. HEX triplet: BB, AB and DD. RGB value is (187,171,221). Sum of RGB (Red+Green+Blue) = 187+171+221=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABDD is #445422. Grayscale: #B5B5B5. Windows color (decimal): -4477987 or 14527419. OLE color: 14527419.
HSL color Cylindrical-coordinate representation of color #BBABDD: hue angle of 259.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBABDD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 171 | 221 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 259.2º | 0.42% | 0.77% | - |
| HSV(B) | 259.2º | 0.23% | 0.87% | - |
| XYZ | 48.11 | 44.91 | 74.54 | - |
| YUV | 181.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 221 | 0.15 | 0.23 | 0 | 0.13 | 259.2 | 0.42 | 0.77 |
| Hex | BB | AB | DD | F | 17 | 0 | D | 103 | 2A | 4D |
| Octal | 273 | 253 | 335 | 17 | 27 | 0 | 15 | 403 | 52 | 115 |
| Binary | 10111011 | 10101011 | 11011101 | 1111 | 10111 | 0 | 1101 | 100000011 | 101010 | 1001101 |
Color Harmonies of #BBABDD
Complementary color
Monochromatic Colors of #BBABDD
Black with #BBABDD
Text Example
Text Example
White with #BBABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABDD; }
p { color: rgb(187,171,221); }
H1.HeaderClassName
{
color: #BBABDD;
}
.AnyTagClassName
{
color: #BBABDD;
}
</style>
background-color css
<style>
a { background-color: #BBABDD; }
a { background-color: rgb(187,171,221); }
div.DivClassName
{
background-color: #BBABDD;
}
.BgClassName
{
background-color: #BBABDD;
}
</style>
border-color css
<style>
span { border-color: #BBABDD; }
span { border-color: rgb(187,171,221); }
td.TdClassName
{
border-color: #BBABDD;
}
.TagClassName
{
border-color: #BBABDD;
}
</style>