Shades of Moon Raker #BBABCD
Tints of Moon Raker #BBABCD
RGB
CMYK
RGB Variations
Color information
#BBABCD (or 0xBBABCD) is known color: Moon Raker. HEX triplet: BB, AB and CD. RGB value is (187,171,205). Sum of RGB (Red+Green+Blue) = 187+171+205=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABCD is #445432. Grayscale: #B3B3B3. Windows color (decimal): -4478003 or 13478843. OLE color: 13478843.
HSL color Cylindrical-coordinate representation of color #BBABCD: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBABCD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 171 | 205 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.20 |
| HSL | 268.24º | 0.25% | 0.74% | - |
| HSV(B) | 268.24º | 0.17% | 0.8% | - |
| XYZ | 46.08 | 44.1 | 63.84 | - |
| YUV | 179.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 205 | 0.09 | 0.17 | 0 | 0.20 | 268.24 | 0.25 | 0.74 |
| Hex | BB | AB | CD | 9 | 11 | 0 | 14 | 10C | 19 | 4A |
| Octal | 273 | 253 | 315 | 11 | 21 | 0 | 24 | 414 | 31 | 112 |
| Binary | 10111011 | 10101011 | 11001101 | 1001 | 10001 | 0 | 10100 | 100001100 | 11001 | 1001010 |
Color Harmonies of #BBABCD
Complementary color
Monochromatic Colors of #BBABCD
Black with #BBABCD
Text Example
Text Example
White with #BBABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABCD; }
p { color: rgb(187,171,205); }
H1.HeaderClassName
{
color: #BBABCD;
}
.AnyTagClassName
{
color: #BBABCD;
}
</style>
background-color css
<style>
a { background-color: #BBABCD; }
a { background-color: rgb(187,171,205); }
div.DivClassName
{
background-color: #BBABCD;
}
.BgClassName
{
background-color: #BBABCD;
}
</style>
border-color css
<style>
span { border-color: #BBABCD; }
span { border-color: rgb(187,171,205); }
td.TdClassName
{
border-color: #BBABCD;
}
.TagClassName
{
border-color: #BBABCD;
}
</style>