Shades of Moon Raker #BBAFD5
Tints of Moon Raker #BBAFD5
RGB
CMYK
RGB Variations
Color information
#BBAFD5 (or 0xBBAFD5) is known color: Moon Raker. HEX triplet: BB, AF and D5. RGB value is (187,175,213). Sum of RGB (Red+Green+Blue) = 187+175+213=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD5 is #44502A. Grayscale: #B6B6B6. Windows color (decimal): -4476971 or 14004155. OLE color: 14004155.
HSL color Cylindrical-coordinate representation of color #BBAFD5: hue angle of 258.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAFD5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 175 | 213 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.16 |
| HSL | 258.95º | 0.31% | 0.76% | - |
| HSV(B) | 258.95º | 0.18% | 0.84% | - |
| XYZ | 47.83 | 46.03 | 69.31 | - |
| YUV | 182.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 213 | 0.12 | 0.18 | 0 | 0.16 | 258.95 | 0.31 | 0.76 |
| Hex | BB | AF | D5 | C | 12 | 0 | 10 | 103 | 1F | 4C |
| Octal | 273 | 257 | 325 | 14 | 22 | 0 | 20 | 403 | 37 | 114 |
| Binary | 10111011 | 10101111 | 11010101 | 1100 | 10010 | 0 | 10000 | 100000011 | 11111 | 1001100 |
Color Harmonies of #BBAFD5
Complementary color
Monochromatic Colors of #BBAFD5
Black with #BBAFD5
Text Example
Text Example
White with #BBAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFD5; }
p { color: rgb(187,175,213); }
H1.HeaderClassName
{
color: #BBAFD5;
}
.AnyTagClassName
{
color: #BBAFD5;
}
</style>
background-color css
<style>
a { background-color: #BBAFD5; }
a { background-color: rgb(187,175,213); }
div.DivClassName
{
background-color: #BBAFD5;
}
.BgClassName
{
background-color: #BBAFD5;
}
</style>
border-color css
<style>
span { border-color: #BBAFD5; }
span { border-color: rgb(187,175,213); }
td.TdClassName
{
border-color: #BBAFD5;
}
.TagClassName
{
border-color: #BBAFD5;
}
</style>