#BC91FE

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

Shades of Perfume #BC91FE

Tints of Perfume #BC91FE

Color information

#BC91FE (or 0xBC91FE) is unknown color: approx Perfume. HEX triplet: BC, 91 and FE. RGB value is (188,145,254). Sum of RGB (Red+Green+Blue) = 188+145+254=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91FE is #436E01. Grayscale: #A9A9A9. Windows color (decimal): -4419074 or 16683452. OLE color: 16683452.

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

Color convert

RGB188145254-
CMYK0.260.4300.00
HSL263.67º98.2%78.24%-
HSV(B)263.67º42.91%99.61%-
XYZ48.7538.198.55-
YUV170.28175.25140.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=32.03%
G=24.70%
B=43.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881452540.260.4300.00263.6798.278.24
HexBC91FE1A2B00108624e
Octal274221376325300410142116
Binary101111001001000111111110110101010110010000100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91FE; }

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

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

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

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

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

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

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

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