Shades of Moon Raker #BBACCC
Tints of Moon Raker #BBACCC
RGB
CMYK
RGB Variations
Color information
#BBACCC (or 0xBBACCC) is known color: Moon Raker. HEX triplet: BB, AC and CC. RGB value is (187,172,204). Sum of RGB (Red+Green+Blue) = 187+172+204=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCC is #445333. Grayscale: #B4B4B4. Windows color (decimal): -4477748 or 13413563. OLE color: 13413563.
HSL color Cylindrical-coordinate representation of color #BBACCC: hue angle of 268.12º 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 #BBACCC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 172 | 204 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.2 |
| HSL | 268.13º | 0.24% | 0.74% | - |
| HSV(B) | 268.13º | 0.16% | 0.8% | - |
| XYZ | 46.15 | 44.43 | 63.27 | - |
| YUV | 180.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 204 | 0.08 | 0.16 | 0 | 0.2 | 268.13 | 0.24 | 0.74 |
| Hex | BB | AC | CC | 8 | 10 | 0 | 14 | 10C | 18 | 4A |
| Octal | 273 | 254 | 314 | 10 | 20 | 0 | 24 | 414 | 30 | 112 |
| Binary | 10111011 | 10101100 | 11001100 | 1000 | 10000 | 0 | 10100 | 100001100 | 11000 | 1001010 |
Color Harmonies of #BBACCC
Complementary color
Monochromatic Colors of #BBACCC
Black with #BBACCC
Text Example
Text Example
White with #BBACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACCC; }
p { color: rgb(187,172,204); }
H1.HeaderClassName
{
color: #BBACCC;
}
.AnyTagClassName
{
color: #BBACCC;
}
</style>
background-color css
<style>
a { background-color: #BBACCC; }
a { background-color: rgb(187,172,204); }
div.DivClassName
{
background-color: #BBACCC;
}
.BgClassName
{
background-color: #BBACCC;
}
</style>
border-color css
<style>
span { border-color: #BBACCC; }
span { border-color: rgb(187,172,204); }
td.TdClassName
{
border-color: #BBACCC;
}
.TagClassName
{
border-color: #BBACCC;
}
</style>