#BC9EE3

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

Shades of Perfume #BC9EE3

Tints of Perfume #BC9EE3

Color information

#BC9EE3 (or 0xBC9EE3) is unknown color: approx Perfume. HEX triplet: BC, 9E and E3. RGB value is (188,158,227). Sum of RGB (Red+Green+Blue) = 188+158+227=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC9EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EE3 is #43611C. Grayscale: #AEAEAE. Windows color (decimal): -4415773 or 14917308. OLE color: 14917308.

HSL color Cylindrical-coordinate representation of color #BC9EE3: hue angle of 266.09º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9EE3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188158227-
CMYK0.170.3000.11
HSL266.09º55.2%75.49%-
HSV(B)266.09º30.4%89.02%-
XYZ46.8340.6978.06-
YUV174.84157.44137.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 227 (89.06% from 255) = 39.62%
R=32.81%
G=27.57%
B=39.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881582270.170.3000.11266.0955.275.49
HexBC9EE3111E0B10a374b
Octal274236343213601341267113
Binary1011110010011110111000111000111110010111000010101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EE3; }

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

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

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

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

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

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

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

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