#BC9CE7

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

Shades of Perfume #BC9CE7

Tints of Perfume #BC9CE7

Color information

#BC9CE7 (or 0xBC9CE7) is unknown color: approx Perfume. HEX triplet: BC, 9C and E7. RGB value is (188,156,231). Sum of RGB (Red+Green+Blue) = 188+156+231=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CE7 is #436318. Grayscale: #ADADAD. Windows color (decimal): -4416281 or 15178940. OLE color: 15178940.

HSL color Cylindrical-coordinate representation of color #BC9CE7: hue angle of 265.6º degrees, saturation: 0.61, 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 #BC9CE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188156231-
CMYK0.190.3200.09
HSL265.6º60.98%75.88%-
HSV(B)265.6º32.47%90.59%-
XYZ47.0540.2480.89-
YUV174.12160.1137.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=32.70%
G=27.13%
B=40.17%

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
Decimal1881562310.190.3200.09265.660.9875.88
HexBC9CE713200910a3d4c
Octal274234347234001141275114
Binary10111100100111001110011110011100000010011000010101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CE7; }

 p { color: rgb(188,156,231); }

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

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

 a { background-color: rgb(188,156,231); }

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

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

 span { border-color: rgb(188,156,231); }

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