Shades of Moon Raker #BBB2CC
Tints of Moon Raker #BBB2CC
RGB
CMYK
RGB Variations
Color information
#BBB2CC (or 0xBBB2CC) is known color: Moon Raker. HEX triplet: BB, B2 and CC. RGB value is (187,178,204). Sum of RGB (Red+Green+Blue) = 187+178+204=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CC is #444D33. Grayscale: #B7B7B7. Windows color (decimal): -4476212 or 13415099. OLE color: 13415099.
HSL color Cylindrical-coordinate representation of color #BBB2CC: hue angle of 260.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB2CC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 178 | 204 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.2 |
| HSL | 260.77º | 0.2% | 0.75% | - |
| HSV(B) | 260.77º | 0.13% | 0.8% | - |
| XYZ | 47.31 | 46.77 | 63.66 | - |
| YUV | 183.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 204 | 0.08 | 0.13 | 0 | 0.2 | 260.77 | 0.2 | 0.75 |
| Hex | BB | B2 | CC | 8 | D | 0 | 14 | 105 | 14 | 4B |
| Octal | 273 | 262 | 314 | 10 | 15 | 0 | 24 | 405 | 24 | 113 |
| Binary | 10111011 | 10110010 | 11001100 | 1000 | 1101 | 0 | 10100 | 100000101 | 10100 | 1001011 |
Color Harmonies of #BBB2CC
Complementary color
Monochromatic Colors of #BBB2CC
Black with #BBB2CC
Text Example
Text Example
White with #BBB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2CC; }
p { color: rgb(187,178,204); }
H1.HeaderClassName
{
color: #BBB2CC;
}
.AnyTagClassName
{
color: #BBB2CC;
}
</style>
background-color css
<style>
a { background-color: #BBB2CC; }
a { background-color: rgb(187,178,204); }
div.DivClassName
{
background-color: #BBB2CC;
}
.BgClassName
{
background-color: #BBB2CC;
}
</style>
border-color css
<style>
span { border-color: #BBB2CC; }
span { border-color: rgb(187,178,204); }
td.TdClassName
{
border-color: #BBB2CC;
}
.TagClassName
{
border-color: #BBB2CC;
}
</style>