Shades of Moon Raker #BBB3CC
Tints of Moon Raker #BBB3CC
RGB
CMYK
RGB Variations
Color information
#BBB3CC (or 0xBBB3CC) is known color: Moon Raker. HEX triplet: BB, B3 and CC. RGB value is (187,179,204). Sum of RGB (Red+Green+Blue) = 187+179+204=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3CC is #444C33. Grayscale: #B8B8B8. Windows color (decimal): -4475956 or 13415355. OLE color: 13415355.
HSL color Cylindrical-coordinate representation of color #BBB3CC: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB3CC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 179 | 204 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.2 |
| HSL | 259.2º | 0.2% | 0.75% | - |
| HSV(B) | 259.2º | 0.12% | 0.8% | - |
| XYZ | 47.51 | 47.16 | 63.73 | - |
| YUV | 184.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 204 | 0.08 | 0.12 | 0 | 0.2 | 259.2 | 0.2 | 0.75 |
| Hex | BB | B3 | CC | 8 | C | 0 | 14 | 103 | 14 | 4B |
| Octal | 273 | 263 | 314 | 10 | 14 | 0 | 24 | 403 | 24 | 113 |
| Binary | 10111011 | 10110011 | 11001100 | 1000 | 1100 | 0 | 10100 | 100000011 | 10100 | 1001011 |
Color Harmonies of #BBB3CC
Complementary color
Monochromatic Colors of #BBB3CC
Black with #BBB3CC
Text Example
Text Example
White with #BBB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3CC; }
p { color: rgb(187,179,204); }
H1.HeaderClassName
{
color: #BBB3CC;
}
.AnyTagClassName
{
color: #BBB3CC;
}
</style>
background-color css
<style>
a { background-color: #BBB3CC; }
a { background-color: rgb(187,179,204); }
div.DivClassName
{
background-color: #BBB3CC;
}
.BgClassName
{
background-color: #BBB3CC;
}
</style>
border-color css
<style>
span { border-color: #BBB3CC; }
span { border-color: rgb(187,179,204); }
td.TdClassName
{
border-color: #BBB3CC;
}
.TagClassName
{
border-color: #BBB3CC;
}
</style>