Shades of Moon Raker #B8ADCB
Tints of Moon Raker #B8ADCB
RGB
CMYK
RGB Variations
Color information
#B8ADCB (or 0xB8ADCB) is known color: Moon Raker. HEX triplet: B8, AD and CB. RGB value is (184,173,203). Sum of RGB (Red+Green+Blue) = 184+173+203=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADCB is #475234. Grayscale: #B3B3B3. Windows color (decimal): -4674101 or 13348280. OLE color: 13348280.
HSL color Cylindrical-coordinate representation of color #B8ADCB: hue angle of 262º degrees, saturation: 0.22, 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 #B8ADCB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 173 | 203 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.20 |
| HSL | 262º | 0.22% | 0.74% | - |
| HSV(B) | 262º | 0.15% | 0.8% | - |
| XYZ | 45.49 | 44.39 | 62.67 | - |
| YUV | 179.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 203 | 0.09 | 0.15 | 0 | 0.20 | 262 | 0.22 | 0.74 |
| Hex | B8 | AD | CB | 9 | F | 0 | 14 | 106 | 16 | 4A |
| Octal | 270 | 255 | 313 | 11 | 17 | 0 | 24 | 406 | 26 | 112 |
| Binary | 10111000 | 10101101 | 11001011 | 1001 | 1111 | 0 | 10100 | 100000110 | 10110 | 1001010 |
Color Harmonies of #B8ADCB
Complementary color
Monochromatic Colors of #B8ADCB
Black with #B8ADCB
Text Example
Text Example
White with #B8ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADCB; }
p { color: rgb(184,173,203); }
H1.HeaderClassName
{
color: #B8ADCB;
}
.AnyTagClassName
{
color: #B8ADCB;
}
</style>
background-color css
<style>
a { background-color: #B8ADCB; }
a { background-color: rgb(184,173,203); }
div.DivClassName
{
background-color: #B8ADCB;
}
.BgClassName
{
background-color: #B8ADCB;
}
</style>
border-color css
<style>
span { border-color: #B8ADCB; }
span { border-color: rgb(184,173,203); }
td.TdClassName
{
border-color: #B8ADCB;
}
.TagClassName
{
border-color: #B8ADCB;
}
</style>