Shades of Prelude #BFAFC8
Tints of Prelude #BFAFC8
RGB
CMYK
RGB Variations
Color information
#BFAFC8 (or 0xBFAFC8) is known color: Prelude. HEX triplet: BF, AF and C8. RGB value is (191,175,200). Sum of RGB (Red+Green+Blue) = 191+175+200=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC8 is #405037. Grayscale: #B6B6B6. Windows color (decimal): -4214840 or 13152191. OLE color: 13152191.
HSL color Cylindrical-coordinate representation of color #BFAFC8: hue angle of 278.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAFC8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 175 | 200 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 278.4º | 0.19% | 0.74% | - |
| HSV(B) | 278.4º | 0.13% | 0.78% | - |
| XYZ | 47.24 | 45.91 | 61.01 | - |
| YUV | 182.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 200 | 0.04 | 0.12 | 0 | 0.22 | 278.4 | 0.19 | 0.74 |
| Hex | BF | AF | C8 | 4 | C | 0 | 16 | 116 | 13 | 4A |
| Octal | 277 | 257 | 310 | 4 | 14 | 0 | 26 | 426 | 23 | 112 |
| Binary | 10111111 | 10101111 | 11001000 | 100 | 1100 | 0 | 10110 | 100010110 | 10011 | 1001010 |
Color Harmonies of #BFAFC8
Complementary color
Monochromatic Colors of #BFAFC8
Black with #BFAFC8
Text Example
Text Example
White with #BFAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFC8; }
p { color: rgb(191,175,200); }
H1.HeaderClassName
{
color: #BFAFC8;
}
.AnyTagClassName
{
color: #BFAFC8;
}
</style>
background-color css
<style>
a { background-color: #BFAFC8; }
a { background-color: rgb(191,175,200); }
div.DivClassName
{
background-color: #BFAFC8;
}
.BgClassName
{
background-color: #BFAFC8;
}
</style>
border-color css
<style>
span { border-color: #BFAFC8; }
span { border-color: rgb(191,175,200); }
td.TdClassName
{
border-color: #BFAFC8;
}
.TagClassName
{
border-color: #BFAFC8;
}
</style>