#BC9FE7

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

Shades of Perfume #BC9FE7

Tints of Perfume #BC9FE7

Color information

#BC9FE7 (or 0xBC9FE7) is unknown color: approx Perfume. HEX triplet: BC, 9F and E7. RGB value is (188,159,231). Sum of RGB (Red+Green+Blue) = 188+159+231=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FE7 is #436018. Grayscale: #AFAFAF. Windows color (decimal): -4415513 or 15179708. OLE color: 15179708.

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

Color convert

RGB188159231-
CMYK0.190.3100.09
HSL264.17º60%76.47%-
HSV(B)264.17º31.17%90.59%-
XYZ47.5641.2681.06-
YUV175.88159.11136.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=32.53%
G=27.51%
B=39.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881592310.190.3100.09264.176076.47
HexBC9FE7131F091083c4c
Octal274237347233701141074114
Binary1011110010011111111001111001111111010011000010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FE7; }

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

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

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

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

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

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

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

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