Shades of Moon Raker #BBAEDB
Tints of Moon Raker #BBAEDB
RGB
CMYK
RGB Variations
Color information
#BBAEDB (or 0xBBAEDB) is known color: Moon Raker. HEX triplet: BB, AE and DB. RGB value is (187,174,219). Sum of RGB (Red+Green+Blue) = 187+174+219=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDB is #445124. Grayscale: #B6B6B6. Windows color (decimal): -4477221 or 14397115. OLE color: 14397115.
HSL color Cylindrical-coordinate representation of color #BBAEDB: hue angle of 257.33º degrees, saturation: 0.38, 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 #BBAEDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 187 | 174 | 219 | - |
CMYK | 0.15 | 0.21 | 0 | 0.14 |
HSL | 257.33º | 0.38% | 0.77% | - |
HSV(B) | 257.33º | 0.21% | 0.86% | - |
XYZ | 48.42 | 45.95 | 73.34 | - |
YUV | 183.02 | 148.31 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 219 | 0.15 | 0.21 | 0 | 0.14 | 257.33 | 0.38 | 0.77 |
Hex | BB | AE | DB | F | 15 | 0 | E | 101 | 26 | 4D |
Octal | 273 | 256 | 333 | 17 | 25 | 0 | 16 | 401 | 46 | 115 |
Binary | 10111011 | 10101110 | 11011011 | 1111 | 10101 | 0 | 1110 | 100000001 | 100110 | 1001101 |
Color Harmonies of #BBAEDB
Complementary color
Monochromatic Colors of #BBAEDB
Black with #BBAEDB
Text Example
Text Example
White with #BBAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEDB; }
p { color: rgb(187,174,219); }
H1.HeaderClassName
{
color: #BBAEDB;
}
.AnyTagClassName
{
color: #BBAEDB;
}
</style>
background-color css
<style>
a { background-color: #BBAEDB; }
a { background-color: rgb(187,174,219); }
div.DivClassName
{
background-color: #BBAEDB;
}
.BgClassName
{
background-color: #BBAEDB;
}
</style>
border-color css
<style>
span { border-color: #BBAEDB; }
span { border-color: rgb(187,174,219); }
td.TdClassName
{
border-color: #BBAEDB;
}
.TagClassName
{
border-color: #BBAEDB;
}
</style>