Shades of Moon Raker #BBB0D2
Tints of Moon Raker #BBB0D2
RGB
CMYK
RGB Variations
Color information
#BBB0D2 (or 0xBBB0D2) is known color: Moon Raker. HEX triplet: BB, B0 and D2. RGB value is (187,176,210). Sum of RGB (Red+Green+Blue) = 187+176+210=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D2 is #444F2D. Grayscale: #B7B7B7. Windows color (decimal): -4476718 or 13807803. OLE color: 13807803.
HSL color Cylindrical-coordinate representation of color #BBB0D2: hue angle of 259.41º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB0D2 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 176 | 210 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.18 |
| HSL | 259.41º | 0.27% | 0.76% | - |
| HSV(B) | 259.41º | 0.16% | 0.82% | - |
| XYZ | 47.65 | 46.27 | 67.39 | - |
| YUV | 183.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 210 | 0.11 | 0.16 | 0 | 0.18 | 259.41 | 0.27 | 0.76 |
| Hex | BB | B0 | D2 | B | 10 | 0 | 12 | 103 | 1B | 4C |
| Octal | 273 | 260 | 322 | 13 | 20 | 0 | 22 | 403 | 33 | 114 |
| Binary | 10111011 | 10110000 | 11010010 | 1011 | 10000 | 0 | 10010 | 100000011 | 11011 | 1001100 |
Color Harmonies of #BBB0D2
Complementary color
Monochromatic Colors of #BBB0D2
Black with #BBB0D2
Text Example
Text Example
White with #BBB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0D2; }
p { color: rgb(187,176,210); }
H1.HeaderClassName
{
color: #BBB0D2;
}
.AnyTagClassName
{
color: #BBB0D2;
}
</style>
background-color css
<style>
a { background-color: #BBB0D2; }
a { background-color: rgb(187,176,210); }
div.DivClassName
{
background-color: #BBB0D2;
}
.BgClassName
{
background-color: #BBB0D2;
}
</style>
border-color css
<style>
span { border-color: #BBB0D2; }
span { border-color: rgb(187,176,210); }
td.TdClassName
{
border-color: #BBB0D2;
}
.TagClassName
{
border-color: #BBB0D2;
}
</style>