#BC9EE8

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

Shades of Perfume #BC9EE8

Tints of Perfume #BC9EE8

Color information

#BC9EE8 (or 0xBC9EE8) is unknown color: approx Perfume. HEX triplet: BC, 9E and E8. RGB value is (188,158,232). Sum of RGB (Red+Green+Blue) = 188+158+232=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EE8 is #436117. Grayscale: #AFAFAF. Windows color (decimal): -4415768 or 15244988. OLE color: 15244988.

HSL color Cylindrical-coordinate representation of color #BC9EE8: hue angle of 264.32º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9EE8 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188158232-
CMYK0.190.3200.09
HSL264.32º61.67%76.47%-
HSV(B)264.32º31.9%90.98%-
XYZ47.5340.9781.75-
YUV175.41159.94136.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 232 (91.02% from 255) = 40.14%
R=32.53%
G=27.34%
B=40.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881582320.190.3200.09264.3261.6776.47
HexBC9EE81320091083e4c
Octal274236350234001141076114
Binary10111100100111101110100010011100000010011000010001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EE8; }

 p { color: rgb(188,158,232); }

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

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

 a { background-color: rgb(188,158,232); }

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

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

 span { border-color: rgb(188,158,232); }

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