Shades of Moon Raker #BBA9D4
Tints of Moon Raker #BBA9D4
RGB
CMYK
RGB Variations
Color information
#BBA9D4 (or 0xBBA9D4) is known color: Moon Raker. HEX triplet: BB, A9 and D4. RGB value is (187,169,212). Sum of RGB (Red+Green+Blue) = 187+169+212=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBA9D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D4 is #44562B. Grayscale: #B3B3B3. Windows color (decimal): -4478508 or 13937083. OLE color: 13937083.
HSL color Cylindrical-coordinate representation of color #BBA9D4: hue angle of 265.12º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA9D4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 169 | 212 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.17 |
| HSL | 265.12º | 0.33% | 0.75% | - |
| HSV(B) | 265.12º | 0.2% | 0.83% | - |
| XYZ | 46.57 | 43.69 | 68.27 | - |
| YUV | 179.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 212 | 0.12 | 0.20 | 0 | 0.17 | 265.12 | 0.33 | 0.75 |
| Hex | BB | A9 | D4 | C | 14 | 0 | 11 | 109 | 21 | 4B |
| Octal | 273 | 251 | 324 | 14 | 24 | 0 | 21 | 411 | 41 | 113 |
| Binary | 10111011 | 10101001 | 11010100 | 1100 | 10100 | 0 | 10001 | 100001001 | 100001 | 1001011 |
Color Harmonies of #BBA9D4
Complementary color
Monochromatic Colors of #BBA9D4
Black with #BBA9D4
Text Example
Text Example
White with #BBA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9D4; }
p { color: rgb(187,169,212); }
H1.HeaderClassName
{
color: #BBA9D4;
}
.AnyTagClassName
{
color: #BBA9D4;
}
</style>
background-color css
<style>
a { background-color: #BBA9D4; }
a { background-color: rgb(187,169,212); }
div.DivClassName
{
background-color: #BBA9D4;
}
.BgClassName
{
background-color: #BBA9D4;
}
</style>
border-color css
<style>
span { border-color: #BBA9D4; }
span { border-color: rgb(187,169,212); }
td.TdClassName
{
border-color: #BBA9D4;
}
.TagClassName
{
border-color: #BBA9D4;
}
</style>