Shades of Moon Raker #BDB1CD
Tints of Moon Raker #BDB1CD
RGB
CMYK
RGB Variations
Color information
#BDB1CD (or 0xBDB1CD) is known color: Moon Raker. HEX triplet: BD, B1 and CD. RGB value is (189,177,205). Sum of RGB (Red+Green+Blue) = 189+177+205=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1CD is #424E32. Grayscale: #B7B7B7. Windows color (decimal): -4345395 or 13480381. OLE color: 13480381.
HSL color Cylindrical-coordinate representation of color #BDB1CD: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB1CD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 177 | 205 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.20 |
| HSL | 265.71º | 0.22% | 0.75% | - |
| HSV(B) | 265.71º | 0.14% | 0.8% | - |
| XYZ | 47.73 | 46.67 | 64.25 | - |
| YUV | 183.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 205 | 0.08 | 0.14 | 0 | 0.20 | 265.71 | 0.22 | 0.75 |
| Hex | BD | B1 | CD | 8 | E | 0 | 14 | 10A | 16 | 4B |
| Octal | 275 | 261 | 315 | 10 | 16 | 0 | 24 | 412 | 26 | 113 |
| Binary | 10111101 | 10110001 | 11001101 | 1000 | 1110 | 0 | 10100 | 100001010 | 10110 | 1001011 |
Color Harmonies of #BDB1CD
Complementary color
Monochromatic Colors of #BDB1CD
Black with #BDB1CD
Text Example
Text Example
White with #BDB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1CD; }
p { color: rgb(189,177,205); }
H1.HeaderClassName
{
color: #BDB1CD;
}
.AnyTagClassName
{
color: #BDB1CD;
}
</style>
background-color css
<style>
a { background-color: #BDB1CD; }
a { background-color: rgb(189,177,205); }
div.DivClassName
{
background-color: #BDB1CD;
}
.BgClassName
{
background-color: #BDB1CD;
}
</style>
border-color css
<style>
span { border-color: #BDB1CD; }
span { border-color: rgb(189,177,205); }
td.TdClassName
{
border-color: #BDB1CD;
}
.TagClassName
{
border-color: #BDB1CD;
}
</style>