Shades of Moon Raker #BBABD5
Tints of Moon Raker #BBABD5
RGB
CMYK
RGB Variations
Color information
#BBABD5 (or 0xBBABD5) is known color: Moon Raker. HEX triplet: BB, AB and D5. RGB value is (187,171,213). Sum of RGB (Red+Green+Blue) = 187+171+213=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD5 is #44542A. Grayscale: #B4B4B4. Windows color (decimal): -4477995 or 14003131. OLE color: 14003131.
HSL color Cylindrical-coordinate representation of color #BBABD5: hue angle of 262.86º degrees, saturation: 0.33, 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 #BBABD5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 171 | 213 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.16 |
| HSL | 262.86º | 0.33% | 0.75% | - |
| HSV(B) | 262.86º | 0.2% | 0.84% | - |
| XYZ | 47.07 | 44.49 | 69.06 | - |
| YUV | 180.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 213 | 0.12 | 0.20 | 0 | 0.16 | 262.86 | 0.33 | 0.75 |
| Hex | BB | AB | D5 | C | 14 | 0 | 10 | 107 | 21 | 4B |
| Octal | 273 | 253 | 325 | 14 | 24 | 0 | 20 | 407 | 41 | 113 |
| Binary | 10111011 | 10101011 | 11010101 | 1100 | 10100 | 0 | 10000 | 100000111 | 100001 | 1001011 |
Color Harmonies of #BBABD5
Complementary color
Monochromatic Colors of #BBABD5
Black with #BBABD5
Text Example
Text Example
White with #BBABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABD5; }
p { color: rgb(187,171,213); }
H1.HeaderClassName
{
color: #BBABD5;
}
.AnyTagClassName
{
color: #BBABD5;
}
</style>
background-color css
<style>
a { background-color: #BBABD5; }
a { background-color: rgb(187,171,213); }
div.DivClassName
{
background-color: #BBABD5;
}
.BgClassName
{
background-color: #BBABD5;
}
</style>
border-color css
<style>
span { border-color: #BBABD5; }
span { border-color: rgb(187,171,213); }
td.TdClassName
{
border-color: #BBABD5;
}
.TagClassName
{
border-color: #BBABD5;
}
</style>