#BC91F2

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

Shades of Perfume #BC91F2

Tints of Perfume #BC91F2

Color information

#BC91F2 (or 0xBC91F2) is unknown color: approx Perfume. HEX triplet: BC, 91 and F2. RGB value is (188,145,242). Sum of RGB (Red+Green+Blue) = 188+145+242=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC91F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91F2 is #436E0D. Grayscale: #A8A8A8. Windows color (decimal): -4419086 or 15897020. OLE color: 15897020.

HSL color Cylindrical-coordinate representation of color #BC91F2: hue angle of 266.6º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC91F2 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188145242-
CMYK0.220.4000.05
HSL266.6º78.86%75.88%-
HSV(B)266.6º40.08%94.9%-
XYZ46.8937.3588.74-
YUV168.92169.25141.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=32.70%
G=25.22%
B=42.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881452420.220.4000.05266.678.8675.88
HexBC91F216280510b4f4c
Octal274221362265005413117114
Binary10111100100100011111001010110101000010110000101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91F2; }

 p { color: rgb(188,145,242); }

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

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

 a { background-color: rgb(188,145,242); }

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

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

 span { border-color: rgb(188,145,242); }

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