Shades of Moon Raker #BFB4CD
Tints of Moon Raker #BFB4CD
RGB
CMYK
RGB Variations
Color information
#BFB4CD (or 0xBFB4CD) is known color: Moon Raker. HEX triplet: BF, B4 and CD. RGB value is (191,180,205). Sum of RGB (Red+Green+Blue) = 191+180+205=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CD is #404B32. Grayscale: #BABABA. Windows color (decimal): -4213555 or 13481151. OLE color: 13481151.
HSL color Cylindrical-coordinate representation of color #BFB4CD: hue angle of 266.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB4CD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 180 | 205 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.20 |
| HSL | 266.4º | 0.2% | 0.75% | - |
| HSV(B) | 266.4º | 0.12% | 0.8% | - |
| XYZ | 48.83 | 48.13 | 64.47 | - |
| YUV | 186.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 205 | 0.07 | 0.12 | 0 | 0.20 | 266.4 | 0.2 | 0.75 |
| Hex | BF | B4 | CD | 7 | C | 0 | 14 | 10A | 14 | 4B |
| Octal | 277 | 264 | 315 | 7 | 14 | 0 | 24 | 412 | 24 | 113 |
| Binary | 10111111 | 10110100 | 11001101 | 111 | 1100 | 0 | 10100 | 100001010 | 10100 | 1001011 |
Color Harmonies of #BFB4CD
Complementary color
Monochromatic Colors of #BFB4CD
Black with #BFB4CD
Text Example
Text Example
White with #BFB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4CD; }
p { color: rgb(191,180,205); }
H1.HeaderClassName
{
color: #BFB4CD;
}
.AnyTagClassName
{
color: #BFB4CD;
}
</style>
background-color css
<style>
a { background-color: #BFB4CD; }
a { background-color: rgb(191,180,205); }
div.DivClassName
{
background-color: #BFB4CD;
}
.BgClassName
{
background-color: #BFB4CD;
}
</style>
border-color css
<style>
span { border-color: #BFB4CD; }
span { border-color: rgb(191,180,205); }
td.TdClassName
{
border-color: #BFB4CD;
}
.TagClassName
{
border-color: #BFB4CD;
}
</style>