#BD94EA

Color #BD94EA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BD94EA

Tints of Perfume #BD94EA

Color information

#BD94EA (or 0xBD94EA) is unknown color: approx Perfume. HEX triplet: BD, 94 and EA. RGB value is (189,148,234). Sum of RGB (Red+Green+Blue) = 189+148+234=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94EA is #426B15. Grayscale: #A9A9A9. Windows color (decimal): -4352790 or 15373501. OLE color: 15373501.

HSL color Cylindrical-coordinate representation of color #BD94EA: hue angle of 268.6º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD94EA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189148234-
CMYK0.190.3700.08
HSL268.6º67.19%74.9%-
HSV(B)268.6º36.75%91.76%-
XYZ46.4337.9482.72-
YUV170.06164.08141.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=33.10%
G=25.92%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891482340.190.3700.08268.667.1974.9
HexBD94EA13250810d434b
Octal2752243522345010415103113
Binary101111011001010011101010100111001010100010000110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94EA; }

 p { color: rgb(189,148,234); }

 H1.HeaderClassName
 {
   color: #BD94EA;
 }
 .AnyTagClassName
 {
   color: #BD94EA;
 }
</style>
background-color css

<style>
 a { background-color: #BD94EA; }

 a { background-color: rgb(189,148,234); }

 div.DivClassName
 {
   background-color: #BD94EA;
 }
 .BgClassName
 {
   background-color: #BD94EA;
 }
</style>
border-color css

<style>
 span { border-color: #BD94EA; }

 span { border-color: rgb(189,148,234); }

 td.TdClassName
 {
   border-color: #BD94EA;
 }
 .TagClassName
 {
   border-color: #BD94EA;
 }
</style>