#BF9BFA

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

Shades of Perfume #BF9BFA

Tints of Perfume #BF9BFA

Color information

#BF9BFA (or 0xBF9BFA) is unknown color: approx Perfume. HEX triplet: BF, 9B and FA. RGB value is (191,155,250). Sum of RGB (Red+Green+Blue) = 191+155+250=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BFA is #406405. Grayscale: #B0B0B0. Windows color (decimal): -4219910 or 16423871. OLE color: 16423871.

HSL color Cylindrical-coordinate representation of color #BF9BFA: hue angle of 262.74º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9BFA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191155250-
CMYK0.240.3800.02
HSL262.74º90.48%79.41%-
HSV(B)262.74º38%98.04%-
XYZ50.4641.4295.78-
YUV176.59169.43138.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=32.05%
G=26.01%
B=41.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911552500.240.3800.02262.7490.4879.41
HexBF9BFA1826021075a4f
Octal277233372304602407132117
Binary1011111110011011111110101100010011001010000011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BFA; }

 p { color: rgb(191,155,250); }

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

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

 a { background-color: rgb(191,155,250); }

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

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

 span { border-color: rgb(191,155,250); }

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