Shades of Perfume #BD94E6
Tints of Perfume #BD94E6
RGB
CMYK
RGB Variations
Color information
#BD94E6 (or 0xBD94E6) is known color: Perfume. HEX triplet: BD, 94 and E6. RGB value is (189,148,230). Sum of RGB (Red+Green+Blue) = 189+148+230=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94E6 is #426B19. Grayscale: #A9A9A9. Windows color (decimal): -4352794 or 15111357. OLE color: 15111357.
HSL color Cylindrical-coordinate representation of color #BD94E6: hue angle of 270º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD94E6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 148 | 230 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.10 |
| HSL | 270º | 0.62% | 0.74% | - |
| HSV(B) | 270º | 0.36% | 0.9% | - |
| XYZ | 45.86 | 37.71 | 79.72 | - |
| YUV | 169.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 230 | 0.18 | 0.36 | 0 | 0.10 | 270 | 0.62 | 0.74 |
| Hex | BD | 94 | E6 | 12 | 24 | 0 | A | 10E | 3E | 4A |
| Octal | 275 | 224 | 346 | 22 | 44 | 0 | 12 | 416 | 76 | 112 |
| Binary | 10111101 | 10010100 | 11100110 | 10010 | 100100 | 0 | 1010 | 100001110 | 111110 | 1001010 |
Color Harmonies of #BD94E6
Complementary color
Monochromatic Colors of #BD94E6
Black with #BD94E6
Text Example
Text Example
White with #BD94E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94E6; }
p { color: rgb(189,148,230); }
H1.HeaderClassName
{
color: #BD94E6;
}
.AnyTagClassName
{
color: #BD94E6;
}
</style>
background-color css
<style>
a { background-color: #BD94E6; }
a { background-color: rgb(189,148,230); }
div.DivClassName
{
background-color: #BD94E6;
}
.BgClassName
{
background-color: #BD94E6;
}
</style>
border-color css
<style>
span { border-color: #BD94E6; }
span { border-color: rgb(189,148,230); }
td.TdClassName
{
border-color: #BD94E6;
}
.TagClassName
{
border-color: #BD94E6;
}
</style>