#BC9BEB

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

Shades of Perfume #BC9BEB

Tints of Perfume #BC9BEB

Color information

#BC9BEB (or 0xBC9BEB) is unknown color: approx Perfume. HEX triplet: BC, 9B and EB. RGB value is (188,155,235). Sum of RGB (Red+Green+Blue) = 188+155+235=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BEB is #436414. Grayscale: #ADADAD. Windows color (decimal): -4416533 or 15440828. OLE color: 15440828.

HSL color Cylindrical-coordinate representation of color #BC9BEB: hue angle of 264.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9BEB is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188155235-
CMYK0.20.3400.08
HSL264.75º66.67%76.47%-
HSV(B)264.75º34.04%92.16%-
XYZ47.4640.1383.84-
YUV173.99162.43138-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=32.53%
G=26.82%
B=40.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881552350.20.3400.08264.7566.6776.47
HexBC9BEB142208109434c
Octal2742333532442010411103114
Binary101111001001101111101011101001000100100010000100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BEB; }

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

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

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

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

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

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

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

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