#BF95E9

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

Shades of Perfume #BF95E9

Tints of Perfume #BF95E9

Color information

#BF95E9 (or 0xBF95E9) is unknown color: approx Perfume. HEX triplet: BF, 95 and E9. RGB value is (191,149,233). Sum of RGB (Red+Green+Blue) = 191+149+233=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF95E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95E9 is #406A16. Grayscale: #AAAAAA. Windows color (decimal): -4221463 or 15308223. OLE color: 15308223.

HSL color Cylindrical-coordinate representation of color #BF95E9: hue angle of 270º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF95E9 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191149233-
CMYK0.180.3600.09
HSL270º65.62%74.9%-
HSV(B)270º36.05%91.37%-
XYZ46.9438.4582.04-
YUV171.13162.91142.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=33.33%
G=26.00%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911492330.180.3600.0927065.6274.9
HexBF95E912240910e424b
Octal2772253512244011416102113
Binary101111111001010111101001100101001000100110000111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95E9; }

 p { color: rgb(191,149,233); }

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

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

 a { background-color: rgb(191,149,233); }

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

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

 span { border-color: rgb(191,149,233); }

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