#BF96EB

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

Shades of Perfume #BF96EB

Tints of Perfume #BF96EB

Color information

#BF96EB (or 0xBF96EB) is unknown color: approx Perfume. HEX triplet: BF, 96 and EB. RGB value is (191,150,235). Sum of RGB (Red+Green+Blue) = 191+150+235=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96EB is #406914. Grayscale: #ABABAB. Windows color (decimal): -4221205 or 15439551. OLE color: 15439551.

HSL color Cylindrical-coordinate representation of color #BF96EB: hue angle of 268.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF96EB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191150235-
CMYK0.190.3600.08
HSL268.94º68%75.49%-
HSV(B)268.94º36.17%92.16%-
XYZ47.3938.8983.61-
YUV171.95163.58141.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=33.16%
G=26.04%
B=40.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911502350.190.3600.08268.946875.49
HexBF96EB13240810d444b
Octal2772263532344010415104113
Binary101111111001011011101011100111001000100010000110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96EB; }

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

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

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

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

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

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

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

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