Shades of Moon Raker #BBADDC
Tints of Moon Raker #BBADDC
RGB
CMYK
RGB Variations
Color information
#BBADDC (or 0xBBADDC) is known color: Moon Raker. HEX triplet: BB, AD and DC. RGB value is (187,173,220). Sum of RGB (Red+Green+Blue) = 187+173+220=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADDC is #445223. Grayscale: #B6B6B6. Windows color (decimal): -4477476 or 14462395. OLE color: 14462395.
HSL color Cylindrical-coordinate representation of color #BBADDC: hue angle of 257.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBADDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 173 | 220 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.14 |
| HSL | 257.87º | 0.4% | 0.77% | - |
| HSV(B) | 257.87º | 0.21% | 0.86% | - |
| XYZ | 48.36 | 45.62 | 73.97 | - |
| YUV | 182.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 220 | 0.15 | 0.21 | 0 | 0.14 | 257.87 | 0.4 | 0.77 |
| Hex | BB | AD | DC | F | 15 | 0 | E | 102 | 28 | 4D |
| Octal | 273 | 255 | 334 | 17 | 25 | 0 | 16 | 402 | 50 | 115 |
| Binary | 10111011 | 10101101 | 11011100 | 1111 | 10101 | 0 | 1110 | 100000010 | 101000 | 1001101 |
Color Harmonies of #BBADDC
Complementary color
Monochromatic Colors of #BBADDC
Black with #BBADDC
Text Example
Text Example
White with #BBADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADDC; }
p { color: rgb(187,173,220); }
H1.HeaderClassName
{
color: #BBADDC;
}
.AnyTagClassName
{
color: #BBADDC;
}
</style>
background-color css
<style>
a { background-color: #BBADDC; }
a { background-color: rgb(187,173,220); }
div.DivClassName
{
background-color: #BBADDC;
}
.BgClassName
{
background-color: #BBADDC;
}
</style>
border-color css
<style>
span { border-color: #BBADDC; }
span { border-color: rgb(187,173,220); }
td.TdClassName
{
border-color: #BBADDC;
}
.TagClassName
{
border-color: #BBADDC;
}
</style>