Shades of Moon Raker #BBAFD2
Tints of Moon Raker #BBAFD2
RGB
CMYK
RGB Variations
Color information
#BBAFD2 (or 0xBBAFD2) is known color: Moon Raker. HEX triplet: BB, AF and D2. RGB value is (187,175,210). Sum of RGB (Red+Green+Blue) = 187+175+210=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD2 is #44502D. Grayscale: #B6B6B6. Windows color (decimal): -4476974 or 13807547. OLE color: 13807547.
HSL color Cylindrical-coordinate representation of color #BBAFD2: hue angle of 260.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAFD2 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 175 | 210 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.18 |
| HSL | 260.57º | 0.28% | 0.75% | - |
| HSV(B) | 260.57º | 0.17% | 0.82% | - |
| XYZ | 47.46 | 45.88 | 67.33 | - |
| YUV | 182.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 210 | 0.11 | 0.17 | 0 | 0.18 | 260.57 | 0.28 | 0.75 |
| Hex | BB | AF | D2 | B | 11 | 0 | 12 | 105 | 1C | 4B |
| Octal | 273 | 257 | 322 | 13 | 21 | 0 | 22 | 405 | 34 | 113 |
| Binary | 10111011 | 10101111 | 11010010 | 1011 | 10001 | 0 | 10010 | 100000101 | 11100 | 1001011 |
Color Harmonies of #BBAFD2
Complementary color
Monochromatic Colors of #BBAFD2
Black with #BBAFD2
Text Example
Text Example
White with #BBAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFD2; }
p { color: rgb(187,175,210); }
H1.HeaderClassName
{
color: #BBAFD2;
}
.AnyTagClassName
{
color: #BBAFD2;
}
</style>
background-color css
<style>
a { background-color: #BBAFD2; }
a { background-color: rgb(187,175,210); }
div.DivClassName
{
background-color: #BBAFD2;
}
.BgClassName
{
background-color: #BBAFD2;
}
</style>
border-color css
<style>
span { border-color: #BBAFD2; }
span { border-color: rgb(187,175,210); }
td.TdClassName
{
border-color: #BBAFD2;
}
.TagClassName
{
border-color: #BBAFD2;
}
</style>