Shades of Prelude #BFADCB
Tints of Prelude #BFADCB
RGB
CMYK
RGB Variations
Color information
#BFADCB (or 0xBFADCB) is known color: Prelude. HEX triplet: BF, AD and CB. RGB value is (191,173,203). Sum of RGB (Red+Green+Blue) = 191+173+203=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADCB is #405234. Grayscale: #B5B5B5. Windows color (decimal): -4215349 or 13348287. OLE color: 13348287.
HSL color Cylindrical-coordinate representation of color #BFADCB: hue angle of 276º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFADCB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 173 | 203 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.20 |
| HSL | 276º | 0.22% | 0.74% | - |
| HSV(B) | 276º | 0.15% | 0.8% | - |
| XYZ | 47.21 | 45.28 | 62.75 | - |
| YUV | 181.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 203 | 0.06 | 0.15 | 0 | 0.20 | 276 | 0.22 | 0.74 |
| Hex | BF | AD | CB | 6 | F | 0 | 14 | 114 | 16 | 4A |
| Octal | 277 | 255 | 313 | 6 | 17 | 0 | 24 | 424 | 26 | 112 |
| Binary | 10111111 | 10101101 | 11001011 | 110 | 1111 | 0 | 10100 | 100010100 | 10110 | 1001010 |
Color Harmonies of #BFADCB
Complementary color
Monochromatic Colors of #BFADCB
Black with #BFADCB
Text Example
Text Example
White with #BFADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADCB; }
p { color: rgb(191,173,203); }
H1.HeaderClassName
{
color: #BFADCB;
}
.AnyTagClassName
{
color: #BFADCB;
}
</style>
background-color css
<style>
a { background-color: #BFADCB; }
a { background-color: rgb(191,173,203); }
div.DivClassName
{
background-color: #BFADCB;
}
.BgClassName
{
background-color: #BFADCB;
}
</style>
border-color css
<style>
span { border-color: #BFADCB; }
span { border-color: rgb(191,173,203); }
td.TdClassName
{
border-color: #BFADCB;
}
.TagClassName
{
border-color: #BFADCB;
}
</style>