Shades of Moon Raker #BBADCC
Tints of Moon Raker #BBADCC
RGB
CMYK
RGB Variations
Color information
#BBADCC (or 0xBBADCC) is known color: Moon Raker. HEX triplet: BB, AD and CC. RGB value is (187,173,204). Sum of RGB (Red+Green+Blue) = 187+173+204=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCC is #445233. Grayscale: #B4B4B4. Windows color (decimal): -4477492 or 13413819. OLE color: 13413819.
HSL color Cylindrical-coordinate representation of color #BBADCC: hue angle of 267.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBADCC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 173 | 204 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.2 |
| HSL | 267.1º | 0.23% | 0.74% | - |
| HSV(B) | 267.1º | 0.15% | 0.8% | - |
| XYZ | 46.34 | 44.81 | 63.33 | - |
| YUV | 180.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 204 | 0.08 | 0.15 | 0 | 0.2 | 267.1 | 0.23 | 0.74 |
| Hex | BB | AD | CC | 8 | F | 0 | 14 | 10B | 17 | 4A |
| Octal | 273 | 255 | 314 | 10 | 17 | 0 | 24 | 413 | 27 | 112 |
| Binary | 10111011 | 10101101 | 11001100 | 1000 | 1111 | 0 | 10100 | 100001011 | 10111 | 1001010 |
Color Harmonies of #BBADCC
Complementary color
Monochromatic Colors of #BBADCC
Black with #BBADCC
Text Example
Text Example
White with #BBADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADCC; }
p { color: rgb(187,173,204); }
H1.HeaderClassName
{
color: #BBADCC;
}
.AnyTagClassName
{
color: #BBADCC;
}
</style>
background-color css
<style>
a { background-color: #BBADCC; }
a { background-color: rgb(187,173,204); }
div.DivClassName
{
background-color: #BBADCC;
}
.BgClassName
{
background-color: #BBADCC;
}
</style>
border-color css
<style>
span { border-color: #BBADCC; }
span { border-color: rgb(187,173,204); }
td.TdClassName
{
border-color: #BBADCC;
}
.TagClassName
{
border-color: #BBADCC;
}
</style>