Shades of Moon Raker #BDB4CA
Tints of Moon Raker #BDB4CA
RGB
CMYK
RGB Variations
Color information
#BDB4CA (or 0xBDB4CA) is known color: Moon Raker. HEX triplet: BD, B4 and CA. RGB value is (189,180,202). Sum of RGB (Red+Green+Blue) = 189+180+202=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4CA is #424B35. Grayscale: #B9B9B9. Windows color (decimal): -4344630 or 13284541. OLE color: 13284541.
HSL color Cylindrical-coordinate representation of color #BDB4CA: hue angle of 264.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB4CA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 180 | 202 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.21 |
| HSL | 264.55º | 0.17% | 0.75% | - |
| HSV(B) | 264.55º | 0.11% | 0.79% | - |
| XYZ | 47.97 | 47.73 | 62.56 | - |
| YUV | 185.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 202 | 0.06 | 0.11 | 0 | 0.21 | 264.55 | 0.17 | 0.75 |
| Hex | BD | B4 | CA | 6 | B | 0 | 15 | 109 | 11 | 4B |
| Octal | 275 | 264 | 312 | 6 | 13 | 0 | 25 | 411 | 21 | 113 |
| Binary | 10111101 | 10110100 | 11001010 | 110 | 1011 | 0 | 10101 | 100001001 | 10001 | 1001011 |
Color Harmonies of #BDB4CA
Complementary color
Monochromatic Colors of #BDB4CA
Black with #BDB4CA
Text Example
Text Example
White with #BDB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4CA; }
p { color: rgb(189,180,202); }
H1.HeaderClassName
{
color: #BDB4CA;
}
.AnyTagClassName
{
color: #BDB4CA;
}
</style>
background-color css
<style>
a { background-color: #BDB4CA; }
a { background-color: rgb(189,180,202); }
div.DivClassName
{
background-color: #BDB4CA;
}
.BgClassName
{
background-color: #BDB4CA;
}
</style>
border-color css
<style>
span { border-color: #BDB4CA; }
span { border-color: rgb(189,180,202); }
td.TdClassName
{
border-color: #BDB4CA;
}
.TagClassName
{
border-color: #BDB4CA;
}
</style>