Shades of Prelude #BFA8CB
Tints of Prelude #BFA8CB
RGB
CMYK
RGB Variations
Color information
#BFA8CB (or 0xBFA8CB) is known color: Prelude. HEX triplet: BF, A8 and CB. RGB value is (191,168,203). Sum of RGB (Red+Green+Blue) = 191+168+203=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8CB is #405734. Grayscale: #B2B2B2. Windows color (decimal): -4216629 or 13347007. OLE color: 13347007.
HSL color Cylindrical-coordinate representation of color #BFA8CB: hue angle of 279.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA8CB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 168 | 203 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.20 |
| HSL | 279.43º | 0.25% | 0.73% | - |
| HSV(B) | 279.43º | 0.17% | 0.8% | - |
| XYZ | 46.27 | 43.39 | 62.44 | - |
| YUV | 178.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 203 | 0.06 | 0.17 | 0 | 0.20 | 279.43 | 0.25 | 0.73 |
| Hex | BF | A8 | CB | 6 | 11 | 0 | 14 | 117 | 19 | 49 |
| Octal | 277 | 250 | 313 | 6 | 21 | 0 | 24 | 427 | 31 | 111 |
| Binary | 10111111 | 10101000 | 11001011 | 110 | 10001 | 0 | 10100 | 100010111 | 11001 | 1001001 |
Color Harmonies of #BFA8CB
Complementary color
Monochromatic Colors of #BFA8CB
Black with #BFA8CB
Text Example
Text Example
White with #BFA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8CB; }
p { color: rgb(191,168,203); }
H1.HeaderClassName
{
color: #BFA8CB;
}
.AnyTagClassName
{
color: #BFA8CB;
}
</style>
background-color css
<style>
a { background-color: #BFA8CB; }
a { background-color: rgb(191,168,203); }
div.DivClassName
{
background-color: #BFA8CB;
}
.BgClassName
{
background-color: #BFA8CB;
}
</style>
border-color css
<style>
span { border-color: #BFA8CB; }
span { border-color: rgb(191,168,203); }
td.TdClassName
{
border-color: #BFA8CB;
}
.TagClassName
{
border-color: #BFA8CB;
}
</style>