Shades of Moon Raker #BBADCD
Tints of Moon Raker #BBADCD
RGB
CMYK
RGB Variations
Color information
#BBADCD (or 0xBBADCD) is known color: Moon Raker. HEX triplet: BB, AD and CD. RGB value is (187,173,205). Sum of RGB (Red+Green+Blue) = 187+173+205=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCD is #445232. Grayscale: #B4B4B4. Windows color (decimal): -4477491 or 13479355. OLE color: 13479355.
HSL color Cylindrical-coordinate representation of color #BBADCD: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBADCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 173 | 205 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.20 |
| HSL | 266.25º | 0.24% | 0.74% | - |
| HSV(B) | 266.25º | 0.16% | 0.8% | - |
| XYZ | 46.46 | 44.86 | 63.97 | - |
| YUV | 180.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 205 | 0.09 | 0.16 | 0 | 0.20 | 266.25 | 0.24 | 0.74 |
| Hex | BB | AD | CD | 9 | 10 | 0 | 14 | 10A | 18 | 4A |
| Octal | 273 | 255 | 315 | 11 | 20 | 0 | 24 | 412 | 30 | 112 |
| Binary | 10111011 | 10101101 | 11001101 | 1001 | 10000 | 0 | 10100 | 100001010 | 11000 | 1001010 |
Color Harmonies of #BBADCD
Complementary color
Monochromatic Colors of #BBADCD
Black with #BBADCD
Text Example
Text Example
White with #BBADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADCD; }
p { color: rgb(187,173,205); }
H1.HeaderClassName
{
color: #BBADCD;
}
.AnyTagClassName
{
color: #BBADCD;
}
</style>
background-color css
<style>
a { background-color: #BBADCD; }
a { background-color: rgb(187,173,205); }
div.DivClassName
{
background-color: #BBADCD;
}
.BgClassName
{
background-color: #BBADCD;
}
</style>
border-color css
<style>
span { border-color: #BBADCD; }
span { border-color: rgb(187,173,205); }
td.TdClassName
{
border-color: #BBADCD;
}
.TagClassName
{
border-color: #BBADCD;
}
</style>