Shades of Moon Raker #BBABDA
Tints of Moon Raker #BBABDA
RGB
CMYK
RGB Variations
Color information
#BBABDA (or 0xBBABDA) is known color: Moon Raker. HEX triplet: BB, AB and DA. RGB value is (187,171,218). Sum of RGB (Red+Green+Blue) = 187+171+218=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABDA is #445425. Grayscale: #B4B4B4. Windows color (decimal): -4477990 or 14330811. OLE color: 14330811.
HSL color Cylindrical-coordinate representation of color #BBABDA: hue angle of 260.43º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBABDA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 171 | 218 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.15 |
| HSL | 260.43º | 0.39% | 0.76% | - |
| HSV(B) | 260.43º | 0.22% | 0.85% | - |
| XYZ | 47.71 | 44.75 | 72.45 | - |
| YUV | 181.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 218 | 0.14 | 0.22 | 0 | 0.15 | 260.43 | 0.39 | 0.76 |
| Hex | BB | AB | DA | E | 16 | 0 | F | 104 | 27 | 4C |
| Octal | 273 | 253 | 332 | 16 | 26 | 0 | 17 | 404 | 47 | 114 |
| Binary | 10111011 | 10101011 | 11011010 | 1110 | 10110 | 0 | 1111 | 100000100 | 100111 | 1001100 |
Color Harmonies of #BBABDA
Complementary color
Monochromatic Colors of #BBABDA
Black with #BBABDA
Text Example
Text Example
White with #BBABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABDA; }
p { color: rgb(187,171,218); }
H1.HeaderClassName
{
color: #BBABDA;
}
.AnyTagClassName
{
color: #BBABDA;
}
</style>
background-color css
<style>
a { background-color: #BBABDA; }
a { background-color: rgb(187,171,218); }
div.DivClassName
{
background-color: #BBABDA;
}
.BgClassName
{
background-color: #BBABDA;
}
</style>
border-color css
<style>
span { border-color: #BBABDA; }
span { border-color: rgb(187,171,218); }
td.TdClassName
{
border-color: #BBABDA;
}
.TagClassName
{
border-color: #BBABDA;
}
</style>