Shades of Prelude #BFABCB
Tints of Prelude #BFABCB
RGB
CMYK
RGB Variations
Color information
#BFABCB (or 0xBFABCB) is known color: Prelude. HEX triplet: BF, AB and CB. RGB value is (191,171,203). Sum of RGB (Red+Green+Blue) = 191+171+203=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABCB is #405434. Grayscale: #B4B4B4. Windows color (decimal): -4215861 or 13347775. OLE color: 13347775.
HSL color Cylindrical-coordinate representation of color #BFABCB: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFABCB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 171 | 203 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.20 |
| HSL | 277.5º | 0.24% | 0.73% | - |
| HSV(B) | 277.5º | 0.16% | 0.8% | - |
| XYZ | 46.83 | 44.51 | 62.62 | - |
| YUV | 180.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 203 | 0.06 | 0.16 | 0 | 0.20 | 277.5 | 0.24 | 0.73 |
| Hex | BF | AB | CB | 6 | 10 | 0 | 14 | 116 | 18 | 49 |
| Octal | 277 | 253 | 313 | 6 | 20 | 0 | 24 | 426 | 30 | 111 |
| Binary | 10111111 | 10101011 | 11001011 | 110 | 10000 | 0 | 10100 | 100010110 | 11000 | 1001001 |
Color Harmonies of #BFABCB
Complementary color
Monochromatic Colors of #BFABCB
Black with #BFABCB
Text Example
Text Example
White with #BFABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABCB; }
p { color: rgb(191,171,203); }
H1.HeaderClassName
{
color: #BFABCB;
}
.AnyTagClassName
{
color: #BFABCB;
}
</style>
background-color css
<style>
a { background-color: #BFABCB; }
a { background-color: rgb(191,171,203); }
div.DivClassName
{
background-color: #BFABCB;
}
.BgClassName
{
background-color: #BFABCB;
}
</style>
border-color css
<style>
span { border-color: #BFABCB; }
span { border-color: rgb(191,171,203); }
td.TdClassName
{
border-color: #BFABCB;
}
.TagClassName
{
border-color: #BFABCB;
}
</style>