Shades of Moon Raker #BBABD2
Tints of Moon Raker #BBABD2
RGB
CMYK
RGB Variations
Color information
#BBABD2 (or 0xBBABD2) is known color: Moon Raker. HEX triplet: BB, AB and D2. RGB value is (187,171,210). Sum of RGB (Red+Green+Blue) = 187+171+210=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD2 is #44542D. Grayscale: #B4B4B4. Windows color (decimal): -4477998 or 13806523. OLE color: 13806523.
HSL color Cylindrical-coordinate representation of color #BBABD2: hue angle of 264.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBABD2 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 171 | 210 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.18 |
| HSL | 264.62º | 0.3% | 0.75% | - |
| HSV(B) | 264.62º | 0.19% | 0.82% | - |
| XYZ | 46.69 | 44.34 | 67.07 | - |
| YUV | 180.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 210 | 0.11 | 0.19 | 0 | 0.18 | 264.62 | 0.3 | 0.75 |
| Hex | BB | AB | D2 | B | 13 | 0 | 12 | 109 | 1E | 4B |
| Octal | 273 | 253 | 322 | 13 | 23 | 0 | 22 | 411 | 36 | 113 |
| Binary | 10111011 | 10101011 | 11010010 | 1011 | 10011 | 0 | 10010 | 100001001 | 11110 | 1001011 |
Color Harmonies of #BBABD2
Complementary color
Monochromatic Colors of #BBABD2
Black with #BBABD2
Text Example
Text Example
White with #BBABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABD2; }
p { color: rgb(187,171,210); }
H1.HeaderClassName
{
color: #BBABD2;
}
.AnyTagClassName
{
color: #BBABD2;
}
</style>
background-color css
<style>
a { background-color: #BBABD2; }
a { background-color: rgb(187,171,210); }
div.DivClassName
{
background-color: #BBABD2;
}
.BgClassName
{
background-color: #BBABD2;
}
</style>
border-color css
<style>
span { border-color: #BBABD2; }
span { border-color: rgb(187,171,210); }
td.TdClassName
{
border-color: #BBABD2;
}
.TagClassName
{
border-color: #BBABD2;
}
</style>