Shades of Moon Raker #BBACCD
Tints of Moon Raker #BBACCD
RGB
CMYK
RGB Variations
Color information
#BBACCD (or 0xBBACCD) is known color: Moon Raker. HEX triplet: BB, AC and CD. RGB value is (187,172,205). Sum of RGB (Red+Green+Blue) = 187+172+205=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCD is #445332. Grayscale: #B4B4B4. Windows color (decimal): -4477747 or 13479099. OLE color: 13479099.
HSL color Cylindrical-coordinate representation of color #BBACCD: hue angle of 267.27º degrees, saturation: 0.25, 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 #BBACCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 172 | 205 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.20 |
| HSL | 267.27º | 0.25% | 0.74% | - |
| HSV(B) | 267.27º | 0.16% | 0.8% | - |
| XYZ | 46.27 | 44.48 | 63.9 | - |
| YUV | 180.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 205 | 0.09 | 0.16 | 0 | 0.20 | 267.27 | 0.25 | 0.74 |
| Hex | BB | AC | CD | 9 | 10 | 0 | 14 | 10B | 19 | 4A |
| Octal | 273 | 254 | 315 | 11 | 20 | 0 | 24 | 413 | 31 | 112 |
| Binary | 10111011 | 10101100 | 11001101 | 1001 | 10000 | 0 | 10100 | 100001011 | 11001 | 1001010 |
Color Harmonies of #BBACCD
Complementary color
Monochromatic Colors of #BBACCD
Black with #BBACCD
Text Example
Text Example
White with #BBACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACCD; }
p { color: rgb(187,172,205); }
H1.HeaderClassName
{
color: #BBACCD;
}
.AnyTagClassName
{
color: #BBACCD;
}
</style>
background-color css
<style>
a { background-color: #BBACCD; }
a { background-color: rgb(187,172,205); }
div.DivClassName
{
background-color: #BBACCD;
}
.BgClassName
{
background-color: #BBACCD;
}
</style>
border-color css
<style>
span { border-color: #BBACCD; }
span { border-color: rgb(187,172,205); }
td.TdClassName
{
border-color: #BBACCD;
}
.TagClassName
{
border-color: #BBACCD;
}
</style>