#BC91EB

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

Shades of Perfume #BC91EB

Tints of Perfume #BC91EB

Color information

#BC91EB (or 0xBC91EB) is unknown color: approx Perfume. HEX triplet: BC, 91 and EB. RGB value is (188,145,235). Sum of RGB (Red+Green+Blue) = 188+145+235=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC91EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91EB is #436E14. Grayscale: #A7A7A7. Windows color (decimal): -4419093 or 15438268. OLE color: 15438268.

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

Color convert

RGB188145235-
CMYK0.20.3800.08
HSL268.67º69.23%74.51%-
HSV(B)268.67º38.3%92.16%-
XYZ45.8636.9483.31-
YUV168.12165.75142.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=33.10%
G=25.53%
B=41.37%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881452350.20.3800.08268.6769.2374.51
HexBC91EB14260810d454b
Octal2742213532446010415105113
Binary101111001001000111101011101001001100100010000110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91EB; }

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

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

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

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

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

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

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

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