#BCA3DF

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

Shades of Perfume #BCA3DF

Tints of Perfume #BCA3DF

Color information

#BCA3DF (or 0xBCA3DF) is unknown color: approx Perfume. HEX triplet: BC, A3 and DF. RGB value is (188,163,223). Sum of RGB (Red+Green+Blue) = 188+163+223=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3DF is #435C20. Grayscale: #B1B1B1. Windows color (decimal): -4414497 or 14656444. OLE color: 14656444.

HSL color Cylindrical-coordinate representation of color #BCA3DF: hue angle of 265º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA3DF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188163223-
CMYK0.160.2700.13
HSL265º48.39%75.69%-
HSV(B)265º26.91%87.45%-
XYZ47.1642.2175.47-
YUV177.32153.78135.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=32.75%
G=28.40%
B=38.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881632230.160.2700.1326548.3975.69
HexBCA3DF101B0D109304c
Octal274243337203301541160114
Binary1011110010100011110111111000011011011011000010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3DF; }

 p { color: rgb(188,163,223); }

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

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

 a { background-color: rgb(188,163,223); }

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

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

 span { border-color: rgb(188,163,223); }

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