Shades of Moon Raker #BBB2C9
Tints of Moon Raker #BBB2C9
RGB
CMYK
RGB Variations
Color information
#BBB2C9 (or 0xBBB2C9) is known color: Moon Raker. HEX triplet: BB, B2 and C9. RGB value is (187,178,201). Sum of RGB (Red+Green+Blue) = 187+178+201=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C9 is #444D36. Grayscale: #B7B7B7. Windows color (decimal): -4476215 or 13218491. OLE color: 13218491.
HSL color Cylindrical-coordinate representation of color #BBB2C9: hue angle of 263.48º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB2C9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 178 | 201 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.21 |
| HSL | 263.48º | 0.18% | 0.74% | - |
| HSV(B) | 263.48º | 0.11% | 0.79% | - |
| XYZ | 46.96 | 46.62 | 61.78 | - |
| YUV | 183.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 201 | 0.07 | 0.11 | 0 | 0.21 | 263.48 | 0.18 | 0.74 |
| Hex | BB | B2 | C9 | 7 | B | 0 | 15 | 107 | 12 | 4A |
| Octal | 273 | 262 | 311 | 7 | 13 | 0 | 25 | 407 | 22 | 112 |
| Binary | 10111011 | 10110010 | 11001001 | 111 | 1011 | 0 | 10101 | 100000111 | 10010 | 1001010 |
Color Harmonies of #BBB2C9
Complementary color
Monochromatic Colors of #BBB2C9
Black with #BBB2C9
Text Example
Text Example
White with #BBB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C9; }
p { color: rgb(187,178,201); }
H1.HeaderClassName
{
color: #BBB2C9;
}
.AnyTagClassName
{
color: #BBB2C9;
}
</style>
background-color css
<style>
a { background-color: #BBB2C9; }
a { background-color: rgb(187,178,201); }
div.DivClassName
{
background-color: #BBB2C9;
}
.BgClassName
{
background-color: #BBB2C9;
}
</style>
border-color css
<style>
span { border-color: #BBB2C9; }
span { border-color: rgb(187,178,201); }
td.TdClassName
{
border-color: #BBB2C9;
}
.TagClassName
{
border-color: #BBB2C9;
}
</style>