#BF9BEE

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

Shades of Perfume #BF9BEE

Tints of Perfume #BF9BEE

Color information

#BF9BEE (or 0xBF9BEE) is unknown color: approx Perfume. HEX triplet: BF, 9B and EE. RGB value is (191,155,238). Sum of RGB (Red+Green+Blue) = 191+155+238=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BEE is #406411. Grayscale: #AEAEAE. Windows color (decimal): -4219922 or 15637439. OLE color: 15637439.

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

Color convert

RGB191155238-
CMYK0.200.3500.07
HSL266.02º70.94%77.06%-
HSV(B)266.02º34.87%93.33%-
XYZ48.6440.6986.18-
YUV175.23163.43139.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=32.71%
G=26.54%
B=40.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911552380.200.3500.07266.0270.9477.06
HexBF9BEE14230710a474d
Octal277233356244307412107115
Binary10111111100110111110111010100100011011110000101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BEE; }

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

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

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

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

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

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

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

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