Shades of Moon Raker #BFAFCF
Tints of Moon Raker #BFAFCF
RGB
CMYK
RGB Variations
Color information
#BFAFCF (or 0xBFAFCF) is known color: Moon Raker. HEX triplet: BF, AF and CF. RGB value is (191,175,207). Sum of RGB (Red+Green+Blue) = 191+175+207=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 175 (68.75% from 255 or 30.54% 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 #BFAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFCF is #405030. Grayscale: #B7B7B7. Windows color (decimal): -4214833 or 13610943. OLE color: 13610943.
HSL color Cylindrical-coordinate representation of color #BFAFCF: hue angle of 270º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFAFCF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 175 | 207 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.19 |
| HSL | 270º | 0.25% | 0.75% | - |
| HSV(B) | 270º | 0.15% | 0.81% | - |
| XYZ | 48.08 | 46.24 | 65.42 | - |
| YUV | 183.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 207 | 0.08 | 0.15 | 0 | 0.19 | 270 | 0.25 | 0.75 |
| Hex | BF | AF | CF | 8 | F | 0 | 13 | 10E | 19 | 4B |
| Octal | 277 | 257 | 317 | 10 | 17 | 0 | 23 | 416 | 31 | 113 |
| Binary | 10111111 | 10101111 | 11001111 | 1000 | 1111 | 0 | 10011 | 100001110 | 11001 | 1001011 |
Color Harmonies of #BFAFCF
Complementary color
Monochromatic Colors of #BFAFCF
Black with #BFAFCF
Text Example
Text Example
White with #BFAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFCF; }
p { color: rgb(191,175,207); }
H1.HeaderClassName
{
color: #BFAFCF;
}
.AnyTagClassName
{
color: #BFAFCF;
}
</style>
background-color css
<style>
a { background-color: #BFAFCF; }
a { background-color: rgb(191,175,207); }
div.DivClassName
{
background-color: #BFAFCF;
}
.BgClassName
{
background-color: #BFAFCF;
}
</style>
border-color css
<style>
span { border-color: #BFAFCF; }
span { border-color: rgb(191,175,207); }
td.TdClassName
{
border-color: #BFAFCF;
}
.TagClassName
{
border-color: #BFAFCF;
}
</style>