Shades of Moon Raker #BBABCC
Tints of Moon Raker #BBABCC
RGB
CMYK
RGB Variations
Color information
#BBABCC (or 0xBBABCC) is known color: Moon Raker. HEX triplet: BB, AB and CC. RGB value is (187,171,204). Sum of RGB (Red+Green+Blue) = 187+171+204=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABCC is #445433. Grayscale: #B3B3B3. Windows color (decimal): -4478004 or 13413307. OLE color: 13413307.
HSL color Cylindrical-coordinate representation of color #BBABCC: hue angle of 269.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBABCC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 171 | 204 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.2 |
| HSL | 269.09º | 0.24% | 0.74% | - |
| HSV(B) | 269.09º | 0.16% | 0.8% | - |
| XYZ | 45.96 | 44.05 | 63.21 | - |
| YUV | 179.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 204 | 0.08 | 0.16 | 0 | 0.2 | 269.09 | 0.24 | 0.74 |
| Hex | BB | AB | CC | 8 | 10 | 0 | 14 | 10D | 18 | 4A |
| Octal | 273 | 253 | 314 | 10 | 20 | 0 | 24 | 415 | 30 | 112 |
| Binary | 10111011 | 10101011 | 11001100 | 1000 | 10000 | 0 | 10100 | 100001101 | 11000 | 1001010 |
Color Harmonies of #BBABCC
Complementary color
Monochromatic Colors of #BBABCC
Black with #BBABCC
Text Example
Text Example
White with #BBABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABCC; }
p { color: rgb(187,171,204); }
H1.HeaderClassName
{
color: #BBABCC;
}
.AnyTagClassName
{
color: #BBABCC;
}
</style>
background-color css
<style>
a { background-color: #BBABCC; }
a { background-color: rgb(187,171,204); }
div.DivClassName
{
background-color: #BBABCC;
}
.BgClassName
{
background-color: #BBABCC;
}
</style>
border-color css
<style>
span { border-color: #BBABCC; }
span { border-color: rgb(187,171,204); }
td.TdClassName
{
border-color: #BBABCC;
}
.TagClassName
{
border-color: #BBABCC;
}
</style>