Shades of Prelude #BFACC7
Tints of Prelude #BFACC7
RGB
CMYK
RGB Variations
Color information
#BFACC7 (or 0xBFACC7) is known color: Prelude. HEX triplet: BF, AC and C7. RGB value is (191,172,199). Sum of RGB (Red+Green+Blue) = 191+172+199=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC7 is #405338. Grayscale: #B4B4B4. Windows color (decimal): -4215609 or 13085887. OLE color: 13085887.
HSL color Cylindrical-coordinate representation of color #BFACC7: hue angle of 282.22º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFACC7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 172 | 199 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.22 |
| HSL | 282.22º | 0.19% | 0.73% | - |
| HSV(B) | 282.22º | 0.14% | 0.78% | - |
| XYZ | 46.55 | 44.7 | 60.21 | - |
| YUV | 180.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 199 | 0.04 | 0.14 | 0 | 0.22 | 282.22 | 0.19 | 0.73 |
| Hex | BF | AC | C7 | 4 | E | 0 | 16 | 11A | 13 | 49 |
| Octal | 277 | 254 | 307 | 4 | 16 | 0 | 26 | 432 | 23 | 111 |
| Binary | 10111111 | 10101100 | 11000111 | 100 | 1110 | 0 | 10110 | 100011010 | 10011 | 1001001 |
Color Harmonies of #BFACC7
Complementary color
Monochromatic Colors of #BFACC7
Black with #BFACC7
Text Example
Text Example
White with #BFACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACC7; }
p { color: rgb(191,172,199); }
H1.HeaderClassName
{
color: #BFACC7;
}
.AnyTagClassName
{
color: #BFACC7;
}
</style>
background-color css
<style>
a { background-color: #BFACC7; }
a { background-color: rgb(191,172,199); }
div.DivClassName
{
background-color: #BFACC7;
}
.BgClassName
{
background-color: #BFACC7;
}
</style>
border-color css
<style>
span { border-color: #BFACC7; }
span { border-color: rgb(191,172,199); }
td.TdClassName
{
border-color: #BFACC7;
}
.TagClassName
{
border-color: #BFACC7;
}
</style>