Shades of Moon Raker #BBABD8
Tints of Moon Raker #BBABD8
RGB
CMYK
RGB Variations
Color information
#BBABD8 (or 0xBBABD8) is known color: Moon Raker. HEX triplet: BB, AB and D8. RGB value is (187,171,216). Sum of RGB (Red+Green+Blue) = 187+171+216=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD8 is #445427. Grayscale: #B4B4B4. Windows color (decimal): -4477992 or 14199739. OLE color: 14199739.
HSL color Cylindrical-coordinate representation of color #BBABD8: hue angle of 261.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBABD8 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 171 | 216 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.15 |
| HSL | 261.33º | 0.37% | 0.76% | - |
| HSV(B) | 261.33º | 0.21% | 0.85% | - |
| XYZ | 47.45 | 44.65 | 71.08 | - |
| YUV | 180.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 216 | 0.13 | 0.21 | 0 | 0.15 | 261.33 | 0.37 | 0.76 |
| Hex | BB | AB | D8 | D | 15 | 0 | F | 105 | 25 | 4C |
| Octal | 273 | 253 | 330 | 15 | 25 | 0 | 17 | 405 | 45 | 114 |
| Binary | 10111011 | 10101011 | 11011000 | 1101 | 10101 | 0 | 1111 | 100000101 | 100101 | 1001100 |
Color Harmonies of #BBABD8
Complementary color
Monochromatic Colors of #BBABD8
Black with #BBABD8
Text Example
Text Example
White with #BBABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABD8; }
p { color: rgb(187,171,216); }
H1.HeaderClassName
{
color: #BBABD8;
}
.AnyTagClassName
{
color: #BBABD8;
}
</style>
background-color css
<style>
a { background-color: #BBABD8; }
a { background-color: rgb(187,171,216); }
div.DivClassName
{
background-color: #BBABD8;
}
.BgClassName
{
background-color: #BBABD8;
}
</style>
border-color css
<style>
span { border-color: #BBABD8; }
span { border-color: rgb(187,171,216); }
td.TdClassName
{
border-color: #BBABD8;
}
.TagClassName
{
border-color: #BBABD8;
}
</style>