Shades of Moon Raker #BBABCE
Tints of Moon Raker #BBABCE
RGB
CMYK
RGB Variations
Color information
#BBABCE (or 0xBBABCE) is known color: Moon Raker. HEX triplet: BB, AB and CE. RGB value is (187,171,206). Sum of RGB (Red+Green+Blue) = 187+171+206=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABCE is #445431. Grayscale: #B3B3B3. Windows color (decimal): -4478002 or 13544379. OLE color: 13544379.
HSL color Cylindrical-coordinate representation of color #BBABCE: hue angle of 267.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBABCE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 171 | 206 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.19 |
| HSL | 267.43º | 0.26% | 0.74% | - |
| HSV(B) | 267.43º | 0.17% | 0.81% | - |
| XYZ | 46.2 | 44.15 | 64.48 | - |
| YUV | 179.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 206 | 0.09 | 0.17 | 0 | 0.19 | 267.43 | 0.26 | 0.74 |
| Hex | BB | AB | CE | 9 | 11 | 0 | 13 | 10B | 1A | 4A |
| Octal | 273 | 253 | 316 | 11 | 21 | 0 | 23 | 413 | 32 | 112 |
| Binary | 10111011 | 10101011 | 11001110 | 1001 | 10001 | 0 | 10011 | 100001011 | 11010 | 1001010 |
Color Harmonies of #BBABCE
Complementary color
Monochromatic Colors of #BBABCE
Black with #BBABCE
Text Example
Text Example
White with #BBABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABCE; }
p { color: rgb(187,171,206); }
H1.HeaderClassName
{
color: #BBABCE;
}
.AnyTagClassName
{
color: #BBABCE;
}
</style>
background-color css
<style>
a { background-color: #BBABCE; }
a { background-color: rgb(187,171,206); }
div.DivClassName
{
background-color: #BBABCE;
}
.BgClassName
{
background-color: #BBABCE;
}
</style>
border-color css
<style>
span { border-color: #BBABCE; }
span { border-color: rgb(187,171,206); }
td.TdClassName
{
border-color: #BBABCE;
}
.TagClassName
{
border-color: #BBABCE;
}
</style>