Shades of Moon Raker #BBA9D5
Tints of Moon Raker #BBA9D5
RGB
CMYK
RGB Variations
Color information
#BBA9D5 (or 0xBBA9D5) is known color: Moon Raker. HEX triplet: BB, A9 and D5. RGB value is (187,169,213). Sum of RGB (Red+Green+Blue) = 187+169+213=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D5 is #44562A. Grayscale: #B3B3B3. Windows color (decimal): -4478507 or 14002619. OLE color: 14002619.
HSL color Cylindrical-coordinate representation of color #BBA9D5: hue angle of 264.55º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA9D5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 169 | 213 | - |
CMYK | 0.12 | 0.21 | 0 | 0.16 |
HSL | 264.55º | 0.34% | 0.75% | - |
HSV(B) | 264.55º | 0.21% | 0.84% | - |
XYZ | 46.69 | 43.74 | 68.93 | - |
YUV | 179.4 | 146.96 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 169 | 213 | 0.12 | 0.21 | 0 | 0.16 | 264.55 | 0.34 | 0.75 |
Hex | BB | A9 | D5 | C | 15 | 0 | 10 | 109 | 22 | 4B |
Octal | 273 | 251 | 325 | 14 | 25 | 0 | 20 | 411 | 42 | 113 |
Binary | 10111011 | 10101001 | 11010101 | 1100 | 10101 | 0 | 10000 | 100001001 | 100010 | 1001011 |
Color Harmonies of #BBA9D5
Complementary color
Monochromatic Colors of #BBA9D5
Black with #BBA9D5
Text Example
Text Example
White with #BBA9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9D5; }
p { color: rgb(187,169,213); }
H1.HeaderClassName
{
color: #BBA9D5;
}
.AnyTagClassName
{
color: #BBA9D5;
}
</style>
background-color css
<style>
a { background-color: #BBA9D5; }
a { background-color: rgb(187,169,213); }
div.DivClassName
{
background-color: #BBA9D5;
}
.BgClassName
{
background-color: #BBA9D5;
}
</style>
border-color css
<style>
span { border-color: #BBA9D5; }
span { border-color: rgb(187,169,213); }
td.TdClassName
{
border-color: #BBA9D5;
}
.TagClassName
{
border-color: #BBA9D5;
}
</style>