#BD9BEB

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

Shades of Perfume #BD9BEB

Tints of Perfume #BD9BEB

Color information

#BD9BEB (or 0xBD9BEB) is unknown color: approx Perfume. HEX triplet: BD, 9B and EB. RGB value is (189,155,235). Sum of RGB (Red+Green+Blue) = 189+155+235=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BEB is #426414. Grayscale: #ADADAD. Windows color (decimal): -4350997 or 15440829. OLE color: 15440829.

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

Color convert

RGB189155235-
CMYK0.200.3400.08
HSL265.5º66.67%76.47%-
HSV(B)265.5º34.04%92.16%-
XYZ47.740.2683.85-
YUV174.29162.26138.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=32.64%
G=26.77%
B=40.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891552350.200.3400.08265.566.6776.47
HexBD9BEB14220810a434c
Octal2752333532442010412103114
Binary101111011001101111101011101001000100100010000101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9BEB; }

 p { color: rgb(189,155,235); }

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

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

 a { background-color: rgb(189,155,235); }

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

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

 span { border-color: rgb(189,155,235); }

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