Shades of Prelude #BDA5C9
Tints of Prelude #BDA5C9
RGB
CMYK
RGB Variations
Color information
#BDA5C9 (or 0xBDA5C9) is known color: Prelude. HEX triplet: BD, A5 and C9. RGB value is (189,165,201). Sum of RGB (Red+Green+Blue) = 189+165+201=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C9 is #425A36. Grayscale: #B0B0B0. Windows color (decimal): -4348471 or 13215165. OLE color: 13215165.
HSL color Cylindrical-coordinate representation of color #BDA5C9: hue angle of 280º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA5C9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 165 | 201 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.21 |
| HSL | 280º | 0.25% | 0.72% | - |
| HSV(B) | 280º | 0.18% | 0.79% | - |
| XYZ | 44.98 | 41.95 | 60.98 | - |
| YUV | 176.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 201 | 0.06 | 0.18 | 0 | 0.21 | 280 | 0.25 | 0.72 |
| Hex | BD | A5 | C9 | 6 | 12 | 0 | 15 | 118 | 19 | 48 |
| Octal | 275 | 245 | 311 | 6 | 22 | 0 | 25 | 430 | 31 | 110 |
| Binary | 10111101 | 10100101 | 11001001 | 110 | 10010 | 0 | 10101 | 100011000 | 11001 | 1001000 |
Color Harmonies of #BDA5C9
Complementary color
Monochromatic Colors of #BDA5C9
Black with #BDA5C9
Text Example
Text Example
White with #BDA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5C9; }
p { color: rgb(189,165,201); }
H1.HeaderClassName
{
color: #BDA5C9;
}
.AnyTagClassName
{
color: #BDA5C9;
}
</style>
background-color css
<style>
a { background-color: #BDA5C9; }
a { background-color: rgb(189,165,201); }
div.DivClassName
{
background-color: #BDA5C9;
}
.BgClassName
{
background-color: #BDA5C9;
}
</style>
border-color css
<style>
span { border-color: #BDA5C9; }
span { border-color: rgb(189,165,201); }
td.TdClassName
{
border-color: #BDA5C9;
}
.TagClassName
{
border-color: #BDA5C9;
}
</style>