Shades of Moon Raker #BBAFDC
Tints of Moon Raker #BBAFDC
RGB
CMYK
RGB Variations
Color information
#BBAFDC (or 0xBBAFDC) is known color: Moon Raker. HEX triplet: BB, AF and DC. RGB value is (187,175,220). Sum of RGB (Red+Green+Blue) = 187+175+220=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDC is #445023. Grayscale: #B7B7B7. Windows color (decimal): -4476964 or 14462907. OLE color: 14462907.
HSL color Cylindrical-coordinate representation of color #BBAFDC: hue angle of 256º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAFDC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 175 | 220 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.14 |
| HSL | 256º | 0.39% | 0.77% | - |
| HSV(B) | 256º | 0.2% | 0.86% | - |
| XYZ | 48.74 | 46.39 | 74.1 | - |
| YUV | 183.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 220 | 0.15 | 0.20 | 0 | 0.14 | 256 | 0.39 | 0.77 |
| Hex | BB | AF | DC | F | 14 | 0 | E | 100 | 27 | 4D |
| Octal | 273 | 257 | 334 | 17 | 24 | 0 | 16 | 400 | 47 | 115 |
| Binary | 10111011 | 10101111 | 11011100 | 1111 | 10100 | 0 | 1110 | 100000000 | 100111 | 1001101 |
Color Harmonies of #BBAFDC
Complementary color
Monochromatic Colors of #BBAFDC
Black with #BBAFDC
Text Example
Text Example
White with #BBAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFDC; }
p { color: rgb(187,175,220); }
H1.HeaderClassName
{
color: #BBAFDC;
}
.AnyTagClassName
{
color: #BBAFDC;
}
</style>
background-color css
<style>
a { background-color: #BBAFDC; }
a { background-color: rgb(187,175,220); }
div.DivClassName
{
background-color: #BBAFDC;
}
.BgClassName
{
background-color: #BBAFDC;
}
</style>
border-color css
<style>
span { border-color: #BBAFDC; }
span { border-color: rgb(187,175,220); }
td.TdClassName
{
border-color: #BBAFDC;
}
.TagClassName
{
border-color: #BBAFDC;
}
</style>