Shades of Moon Raker #BBB0D3
Tints of Moon Raker #BBB0D3
RGB
CMYK
RGB Variations
Color information
#BBB0D3 (or 0xBBB0D3) is known color: Moon Raker. HEX triplet: BB, B0 and D3. RGB value is (187,176,211). Sum of RGB (Red+Green+Blue) = 187+176+211=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBB0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D3 is #444F2C. Grayscale: #B7B7B7. Windows color (decimal): -4476717 or 13873339. OLE color: 13873339.
HSL color Cylindrical-coordinate representation of color #BBB0D3: hue angle of 258.86º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB0D3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 176 | 211 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.17 |
| HSL | 258.86º | 0.28% | 0.76% | - |
| HSV(B) | 258.86º | 0.17% | 0.83% | - |
| XYZ | 47.78 | 46.32 | 68.05 | - |
| YUV | 183.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 211 | 0.11 | 0.17 | 0 | 0.17 | 258.86 | 0.28 | 0.76 |
| Hex | BB | B0 | D3 | B | 11 | 0 | 11 | 103 | 1C | 4C |
| Octal | 273 | 260 | 323 | 13 | 21 | 0 | 21 | 403 | 34 | 114 |
| Binary | 10111011 | 10110000 | 11010011 | 1011 | 10001 | 0 | 10001 | 100000011 | 11100 | 1001100 |
Color Harmonies of #BBB0D3
Complementary color
Monochromatic Colors of #BBB0D3
Black with #BBB0D3
Text Example
Text Example
White with #BBB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0D3; }
p { color: rgb(187,176,211); }
H1.HeaderClassName
{
color: #BBB0D3;
}
.AnyTagClassName
{
color: #BBB0D3;
}
</style>
background-color css
<style>
a { background-color: #BBB0D3; }
a { background-color: rgb(187,176,211); }
div.DivClassName
{
background-color: #BBB0D3;
}
.BgClassName
{
background-color: #BBB0D3;
}
</style>
border-color css
<style>
span { border-color: #BBB0D3; }
span { border-color: rgb(187,176,211); }
td.TdClassName
{
border-color: #BBB0D3;
}
.TagClassName
{
border-color: #BBB0D3;
}
</style>