Shades of Moon Raker #BBB4C9
Tints of Moon Raker #BBB4C9
RGB
CMYK
RGB Variations
Color information
#BBB4C9 (or 0xBBB4C9) is known color: Moon Raker. HEX triplet: BB, B4 and C9. RGB value is (187,180,201). Sum of RGB (Red+Green+Blue) = 187+180+201=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C9 is #444B36. Grayscale: #B8B8B8. Windows color (decimal): -4475703 or 13219003. OLE color: 13219003.
HSL color Cylindrical-coordinate representation of color #BBB4C9: hue angle of 260º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB4C9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 180 | 201 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.21 |
| HSL | 260º | 0.16% | 0.75% | - |
| HSV(B) | 260º | 0.1% | 0.79% | - |
| XYZ | 47.36 | 47.42 | 61.92 | - |
| YUV | 184.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 201 | 0.07 | 0.10 | 0 | 0.21 | 260 | 0.16 | 0.75 |
| Hex | BB | B4 | C9 | 7 | A | 0 | 15 | 104 | 10 | 4B |
| Octal | 273 | 264 | 311 | 7 | 12 | 0 | 25 | 404 | 20 | 113 |
| Binary | 10111011 | 10110100 | 11001001 | 111 | 1010 | 0 | 10101 | 100000100 | 10000 | 1001011 |
Color Harmonies of #BBB4C9
Complementary color
Monochromatic Colors of #BBB4C9
Black with #BBB4C9
Text Example
Text Example
White with #BBB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C9; }
p { color: rgb(187,180,201); }
H1.HeaderClassName
{
color: #BBB4C9;
}
.AnyTagClassName
{
color: #BBB4C9;
}
</style>
background-color css
<style>
a { background-color: #BBB4C9; }
a { background-color: rgb(187,180,201); }
div.DivClassName
{
background-color: #BBB4C9;
}
.BgClassName
{
background-color: #BBB4C9;
}
</style>
border-color css
<style>
span { border-color: #BBB4C9; }
span { border-color: rgb(187,180,201); }
td.TdClassName
{
border-color: #BBB4C9;
}
.TagClassName
{
border-color: #BBB4C9;
}
</style>