#BF96FE

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

Shades of Perfume #BF96FE

Tints of Perfume #BF96FE

Color information

#BF96FE (or 0xBF96FE) is unknown color: approx Perfume. HEX triplet: BF, 96 and FE. RGB value is (191,150,254). Sum of RGB (Red+Green+Blue) = 191+150+254=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96FE is #406901. Grayscale: #ADADAD. Windows color (decimal): -4221186 or 16684735. OLE color: 16684735.

HSL color Cylindrical-coordinate representation of color #BF96FE: hue angle of 263.65º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF96FE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191150254-
CMYK0.250.4100.00
HSL263.65º98.11%79.22%-
HSV(B)263.65º40.94%99.61%-
XYZ50.2840.0498.85-
YUV174.11173.08140.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=32.10%
G=25.21%
B=42.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911502540.250.4100.00263.6598.1179.22
HexBF96FE192900108624f
Octal277226376315100410142117
Binary101111111001011011111110110011010010010000100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96FE; }

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

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

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

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

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

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

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

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