#BF9BFB

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

Shades of Perfume #BF9BFB

Tints of Perfume #BF9BFB

Color information

#BF9BFB (or 0xBF9BFB) is unknown color: approx Perfume. HEX triplet: BF, 9B and FB. RGB value is (191,155,251). Sum of RGB (Red+Green+Blue) = 191+155+251=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BFB is #406404. Grayscale: #B0B0B0. Windows color (decimal): -4219909 or 16489407. OLE color: 16489407.

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

Color convert

RGB191155251-
CMYK0.240.3800.02
HSL262.5º92.31%79.61%-
HSV(B)262.5º38.25%98.43%-
XYZ50.6241.4896.61-
YUV176.71169.93138.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=31.99%
G=25.96%
B=42.04%

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
Decimal1911552510.240.3800.02262.592.3179.61
HexBF9BFB1826021065c50
Octal277233373304602406134120
Binary1011111110011011111110111100010011001010000011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BFB; }

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

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

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

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

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

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

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

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