Shades of Moon Raker #BBA8DC
Tints of Moon Raker #BBA8DC
RGB
CMYK
RGB Variations
Color information
#BBA8DC (or 0xBBA8DC) is known color: Moon Raker. HEX triplet: BB, A8 and DC. RGB value is (187,168,220). Sum of RGB (Red+Green+Blue) = 187+168+220=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8DC is #445723. Grayscale: #B3B3B3. Windows color (decimal): -4478756 or 14461115. OLE color: 14461115.
HSL color Cylindrical-coordinate representation of color #BBA8DC: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA8DC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 168 | 220 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.14 |
| HSL | 261.92º | 0.43% | 0.76% | - |
| HSV(B) | 261.92º | 0.24% | 0.86% | - |
| XYZ | 47.41 | 43.74 | 73.65 | - |
| YUV | 179.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 220 | 0.15 | 0.24 | 0 | 0.14 | 261.92 | 0.43 | 0.76 |
| Hex | BB | A8 | DC | F | 18 | 0 | E | 106 | 2B | 4C |
| Octal | 273 | 250 | 334 | 17 | 30 | 0 | 16 | 406 | 53 | 114 |
| Binary | 10111011 | 10101000 | 11011100 | 1111 | 11000 | 0 | 1110 | 100000110 | 101011 | 1001100 |
Color Harmonies of #BBA8DC
Complementary color
Monochromatic Colors of #BBA8DC
Black with #BBA8DC
Text Example
Text Example
White with #BBA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8DC; }
p { color: rgb(187,168,220); }
H1.HeaderClassName
{
color: #BBA8DC;
}
.AnyTagClassName
{
color: #BBA8DC;
}
</style>
background-color css
<style>
a { background-color: #BBA8DC; }
a { background-color: rgb(187,168,220); }
div.DivClassName
{
background-color: #BBA8DC;
}
.BgClassName
{
background-color: #BBA8DC;
}
</style>
border-color css
<style>
span { border-color: #BBA8DC; }
span { border-color: rgb(187,168,220); }
td.TdClassName
{
border-color: #BBA8DC;
}
.TagClassName
{
border-color: #BBA8DC;
}
</style>