Shades of Prelude #BDA8C8
Tints of Prelude #BDA8C8
RGB
CMYK
RGB Variations
Color information
#BDA8C8 (or 0xBDA8C8) is known color: Prelude. HEX triplet: BD, A8 and C8. RGB value is (189,168,200). Sum of RGB (Red+Green+Blue) = 189+168+200=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8C8 is #425737. Grayscale: #B1B1B1. Windows color (decimal): -4347704 or 13150397. OLE color: 13150397.
HSL color Cylindrical-coordinate representation of color #BDA8C8: hue angle of 279.38º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA8C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 168 | 200 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.22 |
| HSL | 279.38º | 0.23% | 0.72% | - |
| HSV(B) | 279.38º | 0.16% | 0.78% | - |
| XYZ | 45.41 | 42.99 | 60.55 | - |
| YUV | 177.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 200 | 0.06 | 0.16 | 0 | 0.22 | 279.38 | 0.23 | 0.72 |
| Hex | BD | A8 | C8 | 6 | 10 | 0 | 16 | 117 | 17 | 48 |
| Octal | 275 | 250 | 310 | 6 | 20 | 0 | 26 | 427 | 27 | 110 |
| Binary | 10111101 | 10101000 | 11001000 | 110 | 10000 | 0 | 10110 | 100010111 | 10111 | 1001000 |
Color Harmonies of #BDA8C8
Complementary color
Monochromatic Colors of #BDA8C8
Black with #BDA8C8
Text Example
Text Example
White with #BDA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8C8; }
p { color: rgb(189,168,200); }
H1.HeaderClassName
{
color: #BDA8C8;
}
.AnyTagClassName
{
color: #BDA8C8;
}
</style>
background-color css
<style>
a { background-color: #BDA8C8; }
a { background-color: rgb(189,168,200); }
div.DivClassName
{
background-color: #BDA8C8;
}
.BgClassName
{
background-color: #BDA8C8;
}
</style>
border-color css
<style>
span { border-color: #BDA8C8; }
span { border-color: rgb(189,168,200); }
td.TdClassName
{
border-color: #BDA8C8;
}
.TagClassName
{
border-color: #BDA8C8;
}
</style>