#BD94E6

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

Shades of Perfume #BD94E6

Tints of Perfume #BD94E6

Color information

#BD94E6 (or 0xBD94E6) is unknown color: approx 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

RGB189148230-
CMYK0.180.3600.10
HSL270º62.12%74.12%-
HSV(B)270º35.65%90.2%-
XYZ45.8637.7179.72-
YUV169.61162.08141.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 230 (90.23% from 255) = 40.56%
R=33.33%
G=26.10%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891482300.180.3600.1027062.1274.12
HexBD94E612240A10e3e4a
Octal275224346224401241676112
Binary10111101100101001110011010010100100010101000011101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>