#BCA5DF

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

Shades of Perfume #BCA5DF

Tints of Perfume #BCA5DF

Color information

#BCA5DF (or 0xBCA5DF) is unknown color: approx Perfume. HEX triplet: BC, A5 and DF. RGB value is (188,165,223). Sum of RGB (Red+Green+Blue) = 188+165+223=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5DF is #435A20. Grayscale: #B2B2B2. Windows color (decimal): -4413985 or 14656956. OLE color: 14656956.

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

Color convert

RGB188165223-
CMYK0.160.2600.13
HSL263.79º47.54%76.08%-
HSV(B)263.79º26.01%87.45%-
XYZ47.5142.9375.59-
YUV178.49153.12134.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=32.64%
G=28.65%
B=38.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881652230.160.2600.13263.7947.5476.08
HexBCA5DF101A0D108304c
Octal274245337203201541060114
Binary1011110010100101110111111000011010011011000010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5DF; }

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

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

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

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

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

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

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

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