Shades of Moon Raker #BBB2CD
Tints of Moon Raker #BBB2CD
RGB
CMYK
RGB Variations
Color information
#BBB2CD (or 0xBBB2CD) is known color: Moon Raker. HEX triplet: BB, B2 and CD. RGB value is (187,178,205). Sum of RGB (Red+Green+Blue) = 187+178+205=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CD is #444D32. Grayscale: #B7B7B7. Windows color (decimal): -4476211 or 13480635. OLE color: 13480635.
HSL color Cylindrical-coordinate representation of color #BBB2CD: hue angle of 260º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB2CD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 178 | 205 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.20 |
| HSL | 260º | 0.21% | 0.75% | - |
| HSV(B) | 260º | 0.13% | 0.8% | - |
| XYZ | 47.43 | 46.81 | 64.29 | - |
| YUV | 183.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 205 | 0.09 | 0.13 | 0 | 0.20 | 260 | 0.21 | 0.75 |
| Hex | BB | B2 | CD | 9 | D | 0 | 14 | 104 | 15 | 4B |
| Octal | 273 | 262 | 315 | 11 | 15 | 0 | 24 | 404 | 25 | 113 |
| Binary | 10111011 | 10110010 | 11001101 | 1001 | 1101 | 0 | 10100 | 100000100 | 10101 | 1001011 |
Color Harmonies of #BBB2CD
Complementary color
Monochromatic Colors of #BBB2CD
Black with #BBB2CD
Text Example
Text Example
White with #BBB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2CD; }
p { color: rgb(187,178,205); }
H1.HeaderClassName
{
color: #BBB2CD;
}
.AnyTagClassName
{
color: #BBB2CD;
}
</style>
background-color css
<style>
a { background-color: #BBB2CD; }
a { background-color: rgb(187,178,205); }
div.DivClassName
{
background-color: #BBB2CD;
}
.BgClassName
{
background-color: #BBB2CD;
}
</style>
border-color css
<style>
span { border-color: #BBB2CD; }
span { border-color: rgb(187,178,205); }
td.TdClassName
{
border-color: #BBB2CD;
}
.TagClassName
{
border-color: #BBB2CD;
}
</style>