#BD91EC

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

Shades of Perfume #BD91EC

Tints of Perfume #BD91EC

Color information

#BD91EC (or 0xBD91EC) is unknown color: approx Perfume. HEX triplet: BD, 91 and EC. RGB value is (189,145,236). Sum of RGB (Red+Green+Blue) = 189+145+236=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91EC is #426E13. Grayscale: #A8A8A8. Windows color (decimal): -4353556 or 15503805. OLE color: 15503805.

HSL color Cylindrical-coordinate representation of color #BD91EC: hue angle of 269.01º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD91EC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189145236-
CMYK0.200.3900.07
HSL269.01º70.54%74.71%-
HSV(B)269.01º38.56%92.55%-
XYZ46.2537.1384.09-
YUV168.53166.08142.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=33.16%
G=25.44%
B=41.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891452360.200.3900.07269.0170.5474.71
HexBD91EC14270710d474b
Octal275221354244707415107113
Binary10111101100100011110110010100100111011110000110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91EC; }

 p { color: rgb(189,145,236); }

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

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

 a { background-color: rgb(189,145,236); }

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

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

 span { border-color: rgb(189,145,236); }

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