Shades of Prelude #BFABCA
Tints of Prelude #BFABCA
RGB
CMYK
RGB Variations
Color information
#BFABCA (or 0xBFABCA) is known color: Prelude. HEX triplet: BF, AB and CA. RGB value is (191,171,202). Sum of RGB (Red+Green+Blue) = 191+171+202=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABCA is #405435. Grayscale: #B4B4B4. Windows color (decimal): -4215862 or 13282239. OLE color: 13282239.
HSL color Cylindrical-coordinate representation of color #BFABCA: hue angle of 278.71º degrees, saturation: 0.23, 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 #BFABCA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 171 | 202 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.21 |
| HSL | 278.71º | 0.23% | 0.73% | - |
| HSV(B) | 278.71º | 0.15% | 0.79% | - |
| XYZ | 46.71 | 44.47 | 62 | - |
| YUV | 180.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 202 | 0.05 | 0.15 | 0 | 0.21 | 278.71 | 0.23 | 0.73 |
| Hex | BF | AB | CA | 5 | F | 0 | 15 | 117 | 17 | 49 |
| Octal | 277 | 253 | 312 | 5 | 17 | 0 | 25 | 427 | 27 | 111 |
| Binary | 10111111 | 10101011 | 11001010 | 101 | 1111 | 0 | 10101 | 100010111 | 10111 | 1001001 |
Color Harmonies of #BFABCA
Complementary color
Monochromatic Colors of #BFABCA
Black with #BFABCA
Text Example
Text Example
White with #BFABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABCA; }
p { color: rgb(191,171,202); }
H1.HeaderClassName
{
color: #BFABCA;
}
.AnyTagClassName
{
color: #BFABCA;
}
</style>
background-color css
<style>
a { background-color: #BFABCA; }
a { background-color: rgb(191,171,202); }
div.DivClassName
{
background-color: #BFABCA;
}
.BgClassName
{
background-color: #BFABCA;
}
</style>
border-color css
<style>
span { border-color: #BFABCA; }
span { border-color: rgb(191,171,202); }
td.TdClassName
{
border-color: #BFABCA;
}
.TagClassName
{
border-color: #BFABCA;
}
</style>