#BF9CF3

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

Shades of Perfume #BF9CF3

Tints of Perfume #BF9CF3

Color information

#BF9CF3 (or 0xBF9CF3) is unknown color: approx Perfume. HEX triplet: BF, 9C and F3. RGB value is (191,156,243). Sum of RGB (Red+Green+Blue) = 191+156+243=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9CF3 is #40630C. Grayscale: #B0B0B0. Windows color (decimal): -4219661 or 15965375. OLE color: 15965375.

HSL color Cylindrical-coordinate representation of color #BF9CF3: hue angle of 264.14º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF9CF3 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191156243-
CMYK0.210.3600.05
HSL264.14º78.38%78.24%-
HSV(B)264.14º35.8%95.29%-
XYZ49.5541.3290.16-
YUV176.38165.6138.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=32.37%
G=26.44%
B=41.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911562430.210.3600.05264.1478.3878.24
HexBF9CF31524051084e4e
Octal277234363254405410116116
Binary10111111100111001111001110101100100010110000100010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CF3; }

 p { color: rgb(191,156,243); }

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

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

 a { background-color: rgb(191,156,243); }

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

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

 span { border-color: rgb(191,156,243); }

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