#BCA6DF

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

Shades of Perfume #BCA6DF

Tints of Perfume #BCA6DF

Color information

#BCA6DF (or 0xBCA6DF) is unknown color: approx Perfume. HEX triplet: BC, A6 and DF. RGB value is (188,166,223). Sum of RGB (Red+Green+Blue) = 188+166+223=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DF is #435920. Grayscale: #B2B2B2. Windows color (decimal): -4413729 or 14657212. OLE color: 14657212.

HSL color Cylindrical-coordinate representation of color #BCA6DF: hue angle of 263.16º degrees, saturation: 0.47, 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 #BCA6DF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188166223-
CMYK0.160.2600.13
HSL263.16º47.11%76.27%-
HSV(B)263.16º25.56%87.45%-
XYZ47.6943.2975.65-
YUV179.08152.79134.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=32.58%
G=28.77%
B=38.65%

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
Decimal1881662230.160.2600.13263.1647.1176.27
HexBCA6DF101A0D1072f4c
Octal274246337203201540757114
Binary1011110010100110110111111000011010011011000001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6DF; }

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

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

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

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

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

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

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

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