Shades of Moon Raker #BBABD6
Tints of Moon Raker #BBABD6
RGB
CMYK
RGB Variations
Color information
#BBABD6 (or 0xBBABD6) is known color: Moon Raker. HEX triplet: BB, AB and D6. RGB value is (187,171,214). Sum of RGB (Red+Green+Blue) = 187+171+214=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD6 is #445429. Grayscale: #B4B4B4. Windows color (decimal): -4477994 or 14068667. OLE color: 14068667.
HSL color Cylindrical-coordinate representation of color #BBABD6: hue angle of 262.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBABD6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 171 | 214 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.16 |
| HSL | 262.33º | 0.34% | 0.75% | - |
| HSV(B) | 262.33º | 0.2% | 0.84% | - |
| XYZ | 47.19 | 44.55 | 69.73 | - |
| YUV | 180.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 214 | 0.13 | 0.20 | 0 | 0.16 | 262.33 | 0.34 | 0.75 |
| Hex | BB | AB | D6 | D | 14 | 0 | 10 | 106 | 22 | 4B |
| Octal | 273 | 253 | 326 | 15 | 24 | 0 | 20 | 406 | 42 | 113 |
| Binary | 10111011 | 10101011 | 11010110 | 1101 | 10100 | 0 | 10000 | 100000110 | 100010 | 1001011 |
Color Harmonies of #BBABD6
Complementary color
Monochromatic Colors of #BBABD6
Black with #BBABD6
Text Example
Text Example
White with #BBABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABD6; }
p { color: rgb(187,171,214); }
H1.HeaderClassName
{
color: #BBABD6;
}
.AnyTagClassName
{
color: #BBABD6;
}
</style>
background-color css
<style>
a { background-color: #BBABD6; }
a { background-color: rgb(187,171,214); }
div.DivClassName
{
background-color: #BBABD6;
}
.BgClassName
{
background-color: #BBABD6;
}
</style>
border-color css
<style>
span { border-color: #BBABD6; }
span { border-color: rgb(187,171,214); }
td.TdClassName
{
border-color: #BBABD6;
}
.TagClassName
{
border-color: #BBABD6;
}
</style>