Shades of Perfume #BD98E4
Tints of Perfume #BD98E4
RGB
CMYK
RGB Variations
Color information
#BD98E4 (or 0xBD98E4) is known color: Perfume. HEX triplet: BD, 98 and E4. RGB value is (189,152,228). Sum of RGB (Red+Green+Blue) = 189+152+228=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98E4 is #42671B. Grayscale: #ABABAB. Windows color (decimal): -4351772 or 14981309. OLE color: 14981309.
HSL color Cylindrical-coordinate representation of color #BD98E4: hue angle of 269.21º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD98E4 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 152 | 228 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.11 |
| HSL | 269.21º | 0.58% | 0.75% | - |
| HSV(B) | 269.21º | 0.33% | 0.89% | - |
| XYZ | 46.22 | 38.88 | 78.47 | - |
| YUV | 171.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 228 | 0.17 | 0.33 | 0 | 0.11 | 269.21 | 0.58 | 0.75 |
| Hex | BD | 98 | E4 | 11 | 21 | 0 | B | 10D | 3A | 4B |
| Octal | 275 | 230 | 344 | 21 | 41 | 0 | 13 | 415 | 72 | 113 |
| Binary | 10111101 | 10011000 | 11100100 | 10001 | 100001 | 0 | 1011 | 100001101 | 111010 | 1001011 |
Color Harmonies of #BD98E4
Complementary color
Monochromatic Colors of #BD98E4
Black with #BD98E4
Text Example
Text Example
White with #BD98E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98E4; }
p { color: rgb(189,152,228); }
H1.HeaderClassName
{
color: #BD98E4;
}
.AnyTagClassName
{
color: #BD98E4;
}
</style>
background-color css
<style>
a { background-color: #BD98E4; }
a { background-color: rgb(189,152,228); }
div.DivClassName
{
background-color: #BD98E4;
}
.BgClassName
{
background-color: #BD98E4;
}
</style>
border-color css
<style>
span { border-color: #BD98E4; }
span { border-color: rgb(189,152,228); }
td.TdClassName
{
border-color: #BD98E4;
}
.TagClassName
{
border-color: #BD98E4;
}
</style>