Shades of Prelude #BFA9C9
Tints of Prelude #BFA9C9
RGB
CMYK
RGB Variations
Color information
#BFA9C9 (or 0xBFA9C9) is known color: Prelude. HEX triplet: BF, A9 and C9. RGB value is (191,169,201). Sum of RGB (Red+Green+Blue) = 191+169+201=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C9 is #405636. Grayscale: #B3B3B3. Windows color (decimal): -4216375 or 13216191. OLE color: 13216191.
HSL color Cylindrical-coordinate representation of color #BFA9C9: hue angle of 281.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA9C9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 169 | 201 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.21 |
| HSL | 281.25º | 0.23% | 0.73% | - |
| HSV(B) | 281.25º | 0.16% | 0.79% | - |
| XYZ | 46.22 | 43.67 | 61.25 | - |
| YUV | 179.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 201 | 0.05 | 0.16 | 0 | 0.21 | 281.25 | 0.23 | 0.73 |
| Hex | BF | A9 | C9 | 5 | 10 | 0 | 15 | 119 | 17 | 49 |
| Octal | 277 | 251 | 311 | 5 | 20 | 0 | 25 | 431 | 27 | 111 |
| Binary | 10111111 | 10101001 | 11001001 | 101 | 10000 | 0 | 10101 | 100011001 | 10111 | 1001001 |
Color Harmonies of #BFA9C9
Complementary color
Monochromatic Colors of #BFA9C9
Black with #BFA9C9
Text Example
Text Example
White with #BFA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9C9; }
p { color: rgb(191,169,201); }
H1.HeaderClassName
{
color: #BFA9C9;
}
.AnyTagClassName
{
color: #BFA9C9;
}
</style>
background-color css
<style>
a { background-color: #BFA9C9; }
a { background-color: rgb(191,169,201); }
div.DivClassName
{
background-color: #BFA9C9;
}
.BgClassName
{
background-color: #BFA9C9;
}
</style>
border-color css
<style>
span { border-color: #BFA9C9; }
span { border-color: rgb(191,169,201); }
td.TdClassName
{
border-color: #BFA9C9;
}
.TagClassName
{
border-color: #BFA9C9;
}
</style>