#BF9BEA

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

Shades of Perfume #BF9BEA

Tints of Perfume #BF9BEA

Color information

#BF9BEA (or 0xBF9BEA) is unknown color: approx Perfume. HEX triplet: BF, 9B and EA. RGB value is (191,155,234). Sum of RGB (Red+Green+Blue) = 191+155+234=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BEA is #406415. Grayscale: #AEAEAE. Windows color (decimal): -4219926 or 15375295. OLE color: 15375295.

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

Color convert

RGB191155234-
CMYK0.180.3400.08
HSL267.34º65.29%76.27%-
HSV(B)267.34º33.76%91.76%-
XYZ48.0640.4683.12-
YUV174.77161.43139.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=32.93%
G=26.72%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911552340.180.3400.08267.3465.2976.27
HexBF9BEA12220810b414c
Octal2772333522242010413101114
Binary101111111001101111101010100101000100100010000101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BEA; }

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

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

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

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

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

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

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

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