#BF97FE

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

Shades of Perfume #BF97FE

Tints of Perfume #BF97FE

Color information

#BF97FE (or 0xBF97FE) is unknown color: approx Perfume. HEX triplet: BF, 97 and FE. RGB value is (191,151,254). Sum of RGB (Red+Green+Blue) = 191+151+254=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF97FE is #406801. Grayscale: #AEAEAE. Windows color (decimal): -4220930 or 16684991. OLE color: 16684991.

HSL color Cylindrical-coordinate representation of color #BF97FE: hue angle of 263.3º 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 #BF97FE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191151254-
CMYK0.250.4100.00
HSL263.3º98.1%79.41%-
HSV(B)263.3º40.55%99.61%-
XYZ50.4440.3798.9-
YUV174.7172.75139.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=32.05%
G=25.34%
B=42.62%

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
Decimal1911512540.250.4100.00263.398.179.41
HexBF97FE192900107624f
Octal277227376315100407142117
Binary101111111001011111111110110011010010010000011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97FE; }

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

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

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

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

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

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

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

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