Shades of Prelude #BFAAC9
Tints of Prelude #BFAAC9
RGB
CMYK
RGB Variations
Color information
#BFAAC9 (or 0xBFAAC9) is known color: Prelude. HEX triplet: BF, AA and C9. RGB value is (191,170,201). Sum of RGB (Red+Green+Blue) = 191+170+201=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAC9 is #405536. Grayscale: #B3B3B3. Windows color (decimal): -4216119 or 13216447. OLE color: 13216447.
HSL color Cylindrical-coordinate representation of color #BFAAC9: hue angle of 280.65º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFAAC9 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 170 | 201 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.21 |
| HSL | 280.65º | 0.22% | 0.73% | - |
| HSV(B) | 280.65º | 0.15% | 0.79% | - |
| XYZ | 46.4 | 44.04 | 61.31 | - |
| YUV | 179.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 201 | 0.05 | 0.15 | 0 | 0.21 | 280.65 | 0.22 | 0.73 |
| Hex | BF | AA | C9 | 5 | F | 0 | 15 | 119 | 16 | 49 |
| Octal | 277 | 252 | 311 | 5 | 17 | 0 | 25 | 431 | 26 | 111 |
| Binary | 10111111 | 10101010 | 11001001 | 101 | 1111 | 0 | 10101 | 100011001 | 10110 | 1001001 |
Color Harmonies of #BFAAC9
Complementary color
Monochromatic Colors of #BFAAC9
Black with #BFAAC9
Text Example
Text Example
White with #BFAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAC9; }
p { color: rgb(191,170,201); }
H1.HeaderClassName
{
color: #BFAAC9;
}
.AnyTagClassName
{
color: #BFAAC9;
}
</style>
background-color css
<style>
a { background-color: #BFAAC9; }
a { background-color: rgb(191,170,201); }
div.DivClassName
{
background-color: #BFAAC9;
}
.BgClassName
{
background-color: #BFAAC9;
}
</style>
border-color css
<style>
span { border-color: #BFAAC9; }
span { border-color: rgb(191,170,201); }
td.TdClassName
{
border-color: #BFAAC9;
}
.TagClassName
{
border-color: #BFAAC9;
}
</style>