#BF9BEB

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

Shades of Perfume #BF9BEB

Tints of Perfume #BF9BEB

Color information

#BF9BEB (or 0xBF9BEB) is unknown color: approx Perfume. HEX triplet: BF, 9B and EB. RGB value is (191,155,235). Sum of RGB (Red+Green+Blue) = 191+155+235=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BEB is #406414. Grayscale: #AEAEAE. Windows color (decimal): -4219925 or 15440831. OLE color: 15440831.

HSL color Cylindrical-coordinate representation of color #BF9BEB: hue angle of 267º 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 #BF9BEB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191155235-
CMYK0.190.3400.08
HSL267º66.67%76.47%-
HSV(B)267º34.04%92.16%-
XYZ48.240.5283.88-
YUV174.88161.93139.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=32.87%
G=26.68%
B=40.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911552350.190.3400.0826766.6776.47
HexBF9BEB13220810b434c
Octal2772333532342010413103114
Binary101111111001101111101011100111000100100010000101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BEB; }

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

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

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

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

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

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

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

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