#BC9BFE

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

Shades of Perfume #BC9BFE

Tints of Perfume #BC9BFE

Color information

#BC9BFE (or 0xBC9BFE) is unknown color: approx Perfume. HEX triplet: BC, 9B and FE. RGB value is (188,155,254). Sum of RGB (Red+Green+Blue) = 188+155+254=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BFE is #436401. Grayscale: #AFAFAF. Windows color (decimal): -4416514 or 16686012. OLE color: 16686012.

HSL color Cylindrical-coordinate representation of color #BC9BFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9BFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188155254-
CMYK0.260.3900.00
HSL260º98.02%80.2%-
HSV(B)260º38.98%99.61%-
XYZ50.3541.2999.08-
YUV176.15171.93136.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=31.49%
G=25.96%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881552540.260.3900.0026098.0280.2
HexBC9BFE1A27001046250
Octal274233376324700404142120
Binary101111001001101111111110110101001110010000010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BFE; }

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

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

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

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

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

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

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

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