Shades of Prelude #BDA9C9
Tints of Prelude #BDA9C9
RGB
CMYK
RGB Variations
Color information
#BDA9C9 (or 0xBDA9C9) is known color: Prelude. HEX triplet: BD, A9 and C9. RGB value is (189,169,201). Sum of RGB (Red+Green+Blue) = 189+169+201=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9C9 is #425636. Grayscale: #B2B2B2. Windows color (decimal): -4347447 or 13216189. OLE color: 13216189.
HSL color Cylindrical-coordinate representation of color #BDA9C9: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA9C9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 169 | 201 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.21 |
| HSL | 277.5º | 0.23% | 0.73% | - |
| HSV(B) | 277.5º | 0.16% | 0.79% | - |
| XYZ | 45.72 | 43.41 | 61.23 | - |
| YUV | 178.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 201 | 0.06 | 0.16 | 0 | 0.21 | 277.5 | 0.23 | 0.73 |
| Hex | BD | A9 | C9 | 6 | 10 | 0 | 15 | 116 | 17 | 49 |
| Octal | 275 | 251 | 311 | 6 | 20 | 0 | 25 | 426 | 27 | 111 |
| Binary | 10111101 | 10101001 | 11001001 | 110 | 10000 | 0 | 10101 | 100010110 | 10111 | 1001001 |
Color Harmonies of #BDA9C9
Complementary color
Monochromatic Colors of #BDA9C9
Black with #BDA9C9
Text Example
Text Example
White with #BDA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9C9; }
p { color: rgb(189,169,201); }
H1.HeaderClassName
{
color: #BDA9C9;
}
.AnyTagClassName
{
color: #BDA9C9;
}
</style>
background-color css
<style>
a { background-color: #BDA9C9; }
a { background-color: rgb(189,169,201); }
div.DivClassName
{
background-color: #BDA9C9;
}
.BgClassName
{
background-color: #BDA9C9;
}
</style>
border-color css
<style>
span { border-color: #BDA9C9; }
span { border-color: rgb(189,169,201); }
td.TdClassName
{
border-color: #BDA9C9;
}
.TagClassName
{
border-color: #BDA9C9;
}
</style>