#BCA0EB

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

Shades of Perfume #BCA0EB

Tints of Perfume #BCA0EB

Color information

#BCA0EB (or 0xBCA0EB) is unknown color: approx Perfume. HEX triplet: BC, A0 and EB. RGB value is (188,160,235). Sum of RGB (Red+Green+Blue) = 188+160+235=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0EB is #435F14. Grayscale: #B0B0B0. Windows color (decimal): -4415253 or 15442108. OLE color: 15442108.

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

Color convert

RGB188160235-
CMYK0.20.3200.08
HSL262.4º65.22%77.45%-
HSV(B)262.4º31.91%92.16%-
XYZ48.3141.8384.13-
YUV176.92160.78135.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=32.25%
G=27.44%
B=40.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881602350.20.3200.08262.465.2277.45
HexBCA0EB142008106414d
Octal2742403532440010406101115
Binary101111001010000011101011101001000000100010000011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0EB; }

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

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

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

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

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

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

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

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