#BCA4DC

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

Shades of Perfume #BCA4DC

Tints of Perfume #BCA4DC

Color information

#BCA4DC (or 0xBCA4DC) is unknown color: approx Perfume. HEX triplet: BC, A4 and DC. RGB value is (188,164,220). Sum of RGB (Red+Green+Blue) = 188+164+220=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DC is #435B23. Grayscale: #B1B1B1. Windows color (decimal): -4414244 or 14460092. OLE color: 14460092.

HSL color Cylindrical-coordinate representation of color #BCA4DC: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA4DC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188164220-
CMYK0.150.2500.14
HSL265.71º44.44%75.29%-
HSV(B)265.71º25.45%86.27%-
XYZ46.9342.4173.42-
YUV177.56151.95135.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=32.87%
G=28.67%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881642200.150.2500.14265.7144.4475.29
HexBCA4DCF190E10a2c4b
Octal274244334173101641254113
Binary101111001010010011011100111111001011101000010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4DC; }

 p { color: rgb(188,164,220); }

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

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

 a { background-color: rgb(188,164,220); }

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

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

 span { border-color: rgb(188,164,220); }

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