#BC9BF0

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

Shades of Perfume #BC9BF0

Tints of Perfume #BC9BF0

Color information

#BC9BF0 (or 0xBC9BF0) is unknown color: approx Perfume. HEX triplet: BC, 9B and F0. RGB value is (188,155,240). Sum of RGB (Red+Green+Blue) = 188+155+240=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC9BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BF0 is #43640F. Grayscale: #AEAEAE. Windows color (decimal): -4416528 or 15768508. OLE color: 15768508.

HSL color Cylindrical-coordinate representation of color #BC9BF0: hue angle of 263.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9BF0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188155240-
CMYK0.220.3500.06
HSL263.29º73.91%77.45%-
HSV(B)263.29º35.42%94.12%-
XYZ48.1940.4387.7-
YUV174.56164.93137.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=32.25%
G=26.59%
B=41.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881552400.220.3500.06263.2973.9177.45
HexBC9BF01623061074a4d
Octal274233360264306407112115
Binary10111100100110111111000010110100011011010000011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BF0; }

 p { color: rgb(188,155,240); }

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

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

 a { background-color: rgb(188,155,240); }

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

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

 span { border-color: rgb(188,155,240); }

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