#BC9DE7

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

Shades of Perfume #BC9DE7

Tints of Perfume #BC9DE7

Color information

#BC9DE7 (or 0xBC9DE7) is unknown color: approx Perfume. HEX triplet: BC, 9D and E7. RGB value is (188,157,231). Sum of RGB (Red+Green+Blue) = 188+157+231=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DE7 is #436218. Grayscale: #AEAEAE. Windows color (decimal): -4416025 or 15179196. OLE color: 15179196.

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

Color convert

RGB188157231-
CMYK0.190.3200.09
HSL265.14º60.66%76.08%-
HSV(B)265.14º32.03%90.59%-
XYZ47.2240.5780.94-
YUV174.7159.77137.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 231 (90.62% from 255) = 40.10%
R=32.64%
G=27.26%
B=40.10%

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
Decimal1881572310.190.3200.09265.1460.6676.08
HexBC9DE71320091093d4c
Octal274235347234001141175114
Binary10111100100111011110011110011100000010011000010011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DE7; }

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

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

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

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

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

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

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

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