Shades of Prelude #BFAFC7
Tints of Prelude #BFAFC7
RGB
CMYK
RGB Variations
Color information
#BFAFC7 (or 0xBFAFC7) is known color: Prelude. HEX triplet: BF, AF and C7. RGB value is (191,175,199). Sum of RGB (Red+Green+Blue) = 191+175+199=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC7 is #405038. Grayscale: #B6B6B6. Windows color (decimal): -4214841 or 13086655. OLE color: 13086655.
HSL color Cylindrical-coordinate representation of color #BFAFC7: hue angle of 280º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAFC7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 175 | 199 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 280º | 0.18% | 0.73% | - |
| HSV(B) | 280º | 0.12% | 0.78% | - |
| XYZ | 47.12 | 45.86 | 60.4 | - |
| YUV | 182.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 199 | 0.04 | 0.12 | 0 | 0.22 | 280 | 0.18 | 0.73 |
| Hex | BF | AF | C7 | 4 | C | 0 | 16 | 118 | 12 | 49 |
| Octal | 277 | 257 | 307 | 4 | 14 | 0 | 26 | 430 | 22 | 111 |
| Binary | 10111111 | 10101111 | 11000111 | 100 | 1100 | 0 | 10110 | 100011000 | 10010 | 1001001 |
Color Harmonies of #BFAFC7
Complementary color
Monochromatic Colors of #BFAFC7
Black with #BFAFC7
Text Example
Text Example
White with #BFAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFC7; }
p { color: rgb(191,175,199); }
H1.HeaderClassName
{
color: #BFAFC7;
}
.AnyTagClassName
{
color: #BFAFC7;
}
</style>
background-color css
<style>
a { background-color: #BFAFC7; }
a { background-color: rgb(191,175,199); }
div.DivClassName
{
background-color: #BFAFC7;
}
.BgClassName
{
background-color: #BFAFC7;
}
</style>
border-color css
<style>
span { border-color: #BFAFC7; }
span { border-color: rgb(191,175,199); }
td.TdClassName
{
border-color: #BFAFC7;
}
.TagClassName
{
border-color: #BFAFC7;
}
</style>