Shades of Moon Raker #BFB2CC
Tints of Moon Raker #BFB2CC
RGB
CMYK
RGB Variations
Color information
#BFB2CC (or 0xBFB2CC) is known color: Moon Raker. HEX triplet: BF, B2 and CC. RGB value is (191,178,204). Sum of RGB (Red+Green+Blue) = 191+178+204=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CC is #404D33. Grayscale: #B8B8B8. Windows color (decimal): -4214068 or 13415103. OLE color: 13415103.
HSL color Cylindrical-coordinate representation of color #BFB2CC: hue angle of 270º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB2CC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 178 | 204 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.2 |
| HSL | 270º | 0.2% | 0.75% | - |
| HSV(B) | 270º | 0.13% | 0.8% | - |
| XYZ | 48.31 | 47.28 | 63.71 | - |
| YUV | 184.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 204 | 0.06 | 0.13 | 0 | 0.2 | 270 | 0.2 | 0.75 |
| Hex | BF | B2 | CC | 6 | D | 0 | 14 | 10E | 14 | 4B |
| Octal | 277 | 262 | 314 | 6 | 15 | 0 | 24 | 416 | 24 | 113 |
| Binary | 10111111 | 10110010 | 11001100 | 110 | 1101 | 0 | 10100 | 100001110 | 10100 | 1001011 |
Color Harmonies of #BFB2CC
Complementary color
Monochromatic Colors of #BFB2CC
Black with #BFB2CC
Text Example
Text Example
White with #BFB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2CC; }
p { color: rgb(191,178,204); }
H1.HeaderClassName
{
color: #BFB2CC;
}
.AnyTagClassName
{
color: #BFB2CC;
}
</style>
background-color css
<style>
a { background-color: #BFB2CC; }
a { background-color: rgb(191,178,204); }
div.DivClassName
{
background-color: #BFB2CC;
}
.BgClassName
{
background-color: #BFB2CC;
}
</style>
border-color css
<style>
span { border-color: #BFB2CC; }
span { border-color: rgb(191,178,204); }
td.TdClassName
{
border-color: #BFB2CC;
}
.TagClassName
{
border-color: #BFB2CC;
}
</style>