#BC91FF

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

Shades of Perfume #BC91FF

Tints of Perfume #BC91FF

Color information

#BC91FF (or 0xBC91FF) is unknown color: approx Perfume. HEX triplet: BC, 91 and FF. RGB value is (188,145,255). Sum of RGB (Red+Green+Blue) = 188+145+255=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91FF is #436E00. Grayscale: #AAAAAA. Windows color (decimal): -4419073 or 16748988. OLE color: 16748988.

HSL color Cylindrical-coordinate representation of color #BC91FF: hue angle of 263.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC91FF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188145255-
CMYK0.260.4300
HSL263.45º100%78.43%-
HSV(B)263.45º43.14%100%-
XYZ48.9138.1699.4-
YUV170.4175.75140.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 255 (100% from 255) = 43.37%
R=31.97%
G=24.66%
B=43.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881452550.260.4300263.4510078.43
HexBC91FF1A2B00107644e
Octal274221377325300407144116
Binary101111001001000111111111110101010110010000011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91FF; }

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

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

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

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

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

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

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

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