Shades of Moon Raker #BDB1CF
Tints of Moon Raker #BDB1CF
RGB
CMYK
RGB Variations
Color information
#BDB1CF (or 0xBDB1CF) is known color: Moon Raker. HEX triplet: BD, B1 and CF. RGB value is (189,177,207). Sum of RGB (Red+Green+Blue) = 189+177+207=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1CF is #424E30. Grayscale: #B7B7B7. Windows color (decimal): -4345393 or 13611453. OLE color: 13611453.
HSL color Cylindrical-coordinate representation of color #BDB1CF: hue angle of 264º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB1CF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 177 | 207 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 264º | 0.24% | 0.75% | - |
| HSV(B) | 264º | 0.14% | 0.81% | - |
| XYZ | 47.97 | 46.77 | 65.53 | - |
| YUV | 184.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 207 | 0.09 | 0.14 | 0 | 0.19 | 264 | 0.24 | 0.75 |
| Hex | BD | B1 | CF | 9 | E | 0 | 13 | 108 | 18 | 4B |
| Octal | 275 | 261 | 317 | 11 | 16 | 0 | 23 | 410 | 30 | 113 |
| Binary | 10111101 | 10110001 | 11001111 | 1001 | 1110 | 0 | 10011 | 100001000 | 11000 | 1001011 |
Color Harmonies of #BDB1CF
Complementary color
Monochromatic Colors of #BDB1CF
Black with #BDB1CF
Text Example
Text Example
White with #BDB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1CF; }
p { color: rgb(189,177,207); }
H1.HeaderClassName
{
color: #BDB1CF;
}
.AnyTagClassName
{
color: #BDB1CF;
}
</style>
background-color css
<style>
a { background-color: #BDB1CF; }
a { background-color: rgb(189,177,207); }
div.DivClassName
{
background-color: #BDB1CF;
}
.BgClassName
{
background-color: #BDB1CF;
}
</style>
border-color css
<style>
span { border-color: #BDB1CF; }
span { border-color: rgb(189,177,207); }
td.TdClassName
{
border-color: #BDB1CF;
}
.TagClassName
{
border-color: #BDB1CF;
}
</style>