Shades of Moon Raker #BBB2D4
Tints of Moon Raker #BBB2D4
RGB
CMYK
RGB Variations
Color information
#BBB2D4 (or 0xBBB2D4) is known color: Moon Raker. HEX triplet: BB, B2 and D4. RGB value is (187,178,212). Sum of RGB (Red+Green+Blue) = 187+178+212=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D4 is #444D2B. Grayscale: #B8B8B8. Windows color (decimal): -4476204 or 13939387. OLE color: 13939387.
HSL color Cylindrical-coordinate representation of color #BBB2D4: hue angle of 255.88º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB2D4 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 178 | 212 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.17 |
| HSL | 255.88º | 0.28% | 0.76% | - |
| HSV(B) | 255.88º | 0.16% | 0.83% | - |
| XYZ | 48.3 | 47.16 | 68.84 | - |
| YUV | 184.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 212 | 0.12 | 0.16 | 0 | 0.17 | 255.88 | 0.28 | 0.76 |
| Hex | BB | B2 | D4 | C | 10 | 0 | 11 | 100 | 1C | 4C |
| Octal | 273 | 262 | 324 | 14 | 20 | 0 | 21 | 400 | 34 | 114 |
| Binary | 10111011 | 10110010 | 11010100 | 1100 | 10000 | 0 | 10001 | 100000000 | 11100 | 1001100 |
Color Harmonies of #BBB2D4
Complementary color
Monochromatic Colors of #BBB2D4
Black with #BBB2D4
Text Example
Text Example
White with #BBB2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2D4; }
p { color: rgb(187,178,212); }
H1.HeaderClassName
{
color: #BBB2D4;
}
.AnyTagClassName
{
color: #BBB2D4;
}
</style>
background-color css
<style>
a { background-color: #BBB2D4; }
a { background-color: rgb(187,178,212); }
div.DivClassName
{
background-color: #BBB2D4;
}
.BgClassName
{
background-color: #BBB2D4;
}
</style>
border-color css
<style>
span { border-color: #BBB2D4; }
span { border-color: rgb(187,178,212); }
td.TdClassName
{
border-color: #BBB2D4;
}
.TagClassName
{
border-color: #BBB2D4;
}
</style>