Shades of Moon Raker #BDB2CF
Tints of Moon Raker #BDB2CF
RGB
CMYK
RGB Variations
Color information
#BDB2CF (or 0xBDB2CF) is known color: Moon Raker. HEX triplet: BD, B2 and CF. RGB value is (189,178,207). Sum of RGB (Red+Green+Blue) = 189+178+207=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2CF is #424D30. Grayscale: #B8B8B8. Windows color (decimal): -4345137 or 13611709. OLE color: 13611709.
HSL color Cylindrical-coordinate representation of color #BDB2CF: hue angle of 262.76º degrees, saturation: 0.23, 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 #BDB2CF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 178 | 207 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 262.76º | 0.23% | 0.75% | - |
| HSV(B) | 262.76º | 0.14% | 0.81% | - |
| XYZ | 48.17 | 47.16 | 65.6 | - |
| YUV | 184.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 207 | 0.09 | 0.14 | 0 | 0.19 | 262.76 | 0.23 | 0.75 |
| Hex | BD | B2 | CF | 9 | E | 0 | 13 | 107 | 17 | 4B |
| Octal | 275 | 262 | 317 | 11 | 16 | 0 | 23 | 407 | 27 | 113 |
| Binary | 10111101 | 10110010 | 11001111 | 1001 | 1110 | 0 | 10011 | 100000111 | 10111 | 1001011 |
Color Harmonies of #BDB2CF
Complementary color
Monochromatic Colors of #BDB2CF
Black with #BDB2CF
Text Example
Text Example
White with #BDB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2CF; }
p { color: rgb(189,178,207); }
H1.HeaderClassName
{
color: #BDB2CF;
}
.AnyTagClassName
{
color: #BDB2CF;
}
</style>
background-color css
<style>
a { background-color: #BDB2CF; }
a { background-color: rgb(189,178,207); }
div.DivClassName
{
background-color: #BDB2CF;
}
.BgClassName
{
background-color: #BDB2CF;
}
</style>
border-color css
<style>
span { border-color: #BDB2CF; }
span { border-color: rgb(189,178,207); }
td.TdClassName
{
border-color: #BDB2CF;
}
.TagClassName
{
border-color: #BDB2CF;
}
</style>