#BC91EA

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

Shades of Perfume #BC91EA

Tints of Perfume #BC91EA

Color information

#BC91EA (or 0xBC91EA) is unknown color: approx Perfume. HEX triplet: BC, 91 and EA. RGB value is (188,145,234). Sum of RGB (Red+Green+Blue) = 188+145+234=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91EA is #436E15. Grayscale: #A7A7A7. Windows color (decimal): -4419094 or 15372732. OLE color: 15372732.

HSL color Cylindrical-coordinate representation of color #BC91EA: hue angle of 268.99º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC91EA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188145234-
CMYK0.200.3800.08
HSL268.99º67.94%74.31%-
HSV(B)268.99º38.03%91.76%-
XYZ45.7236.8882.55-
YUV168165.25142.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=33.16%
G=25.57%
B=41.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881452340.200.3800.08268.9967.9474.31
HexBC91EA14260810d444a
Octal2742213522446010415104112
Binary101111001001000111101010101001001100100010000110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91EA; }

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

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

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

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

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

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

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

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