#BC9DF3

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

Shades of Perfume #BC9DF3

Tints of Perfume #BC9DF3

Color information

#BC9DF3 (or 0xBC9DF3) is unknown color: approx Perfume. HEX triplet: BC, 9D and F3. RGB value is (188,157,243). Sum of RGB (Red+Green+Blue) = 188+157+243=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DF3 is #43620C. Grayscale: #AFAFAF. Windows color (decimal): -4416013 or 15965628. OLE color: 15965628.

HSL color Cylindrical-coordinate representation of color #BC9DF3: hue angle of 261.63º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9DF3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188157243-
CMYK0.230.3500.05
HSL261.63º78.18%78.43%-
HSV(B)261.63º35.39%95.29%-
XYZ48.9741.2890.18-
YUV176.07165.77136.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=31.97%
G=26.70%
B=41.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881572430.230.3500.05261.6378.1878.43
HexBC9DF31723051064e4e
Octal274235363274305406116116
Binary10111100100111011111001110111100011010110000011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DF3; }

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

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

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

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

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

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

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

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