#BF8EFD

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

Shades of Perfume #BF8EFD

Tints of Perfume #BF8EFD

Color information

#BF8EFD (or 0xBF8EFD) is unknown color: approx Perfume. HEX triplet: BF, 8E and FD. RGB value is (191,142,253). Sum of RGB (Red+Green+Blue) = 191+142+253=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EFD is #407102. Grayscale: #A8A8A8. Windows color (decimal): -4223235 or 16617151. OLE color: 16617151.

HSL color Cylindrical-coordinate representation of color #BF8EFD: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8EFD is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191142253-
CMYK0.250.4400.01
HSL266.49º96.52%77.45%-
HSV(B)266.49º43.87%99.22%-
XYZ48.8937.5197.59-
YUV169.3175.23143.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=32.59%
G=24.23%
B=43.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911422530.250.4400.01266.4996.5277.45
HexBF8EFD192C0110a614d
Octal277216375315401412141115
Binary101111111000111011111101110011011000110000101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EFD; }

 p { color: rgb(191,142,253); }

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

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

 a { background-color: rgb(191,142,253); }

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

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

 span { border-color: rgb(191,142,253); }

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