Shades of Moon Raker #BBB0CD
Tints of Moon Raker #BBB0CD
RGB
CMYK
RGB Variations
Color information
#BBB0CD (or 0xBBB0CD) is known color: Moon Raker. HEX triplet: BB, B0 and CD. RGB value is (187,176,205). Sum of RGB (Red+Green+Blue) = 187+176+205=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CD is #444F32. Grayscale: #B6B6B6. Windows color (decimal): -4476723 or 13480123. OLE color: 13480123.
HSL color Cylindrical-coordinate representation of color #BBB0CD: hue angle of 262.76º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB0CD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 176 | 205 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.20 |
| HSL | 262.76º | 0.22% | 0.75% | - |
| HSV(B) | 262.76º | 0.14% | 0.8% | - |
| XYZ | 47.04 | 46.02 | 64.16 | - |
| YUV | 182.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 205 | 0.09 | 0.14 | 0 | 0.20 | 262.76 | 0.22 | 0.75 |
| Hex | BB | B0 | CD | 9 | E | 0 | 14 | 107 | 16 | 4B |
| Octal | 273 | 260 | 315 | 11 | 16 | 0 | 24 | 407 | 26 | 113 |
| Binary | 10111011 | 10110000 | 11001101 | 1001 | 1110 | 0 | 10100 | 100000111 | 10110 | 1001011 |
Color Harmonies of #BBB0CD
Complementary color
Monochromatic Colors of #BBB0CD
Black with #BBB0CD
Text Example
Text Example
White with #BBB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0CD; }
p { color: rgb(187,176,205); }
H1.HeaderClassName
{
color: #BBB0CD;
}
.AnyTagClassName
{
color: #BBB0CD;
}
</style>
background-color css
<style>
a { background-color: #BBB0CD; }
a { background-color: rgb(187,176,205); }
div.DivClassName
{
background-color: #BBB0CD;
}
.BgClassName
{
background-color: #BBB0CD;
}
</style>
border-color css
<style>
span { border-color: #BBB0CD; }
span { border-color: rgb(187,176,205); }
td.TdClassName
{
border-color: #BBB0CD;
}
.TagClassName
{
border-color: #BBB0CD;
}
</style>