#BCA4D6

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

Shades of Perfume #BCA4D6

Tints of Perfume #BCA4D6

Color information

#BCA4D6 (or 0xBCA4D6) is unknown color: approx Perfume. HEX triplet: BC, A4 and D6. RGB value is (188,164,214). Sum of RGB (Red+Green+Blue) = 188+164+214=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4D6 is #435B29. Grayscale: #B0B0B0. Windows color (decimal): -4414250 or 14066876. OLE color: 14066876.

HSL color Cylindrical-coordinate representation of color #BCA4D6: hue angle of 268.8º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA4D6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188164214-
CMYK0.120.2300.16
HSL268.8º37.88%74.12%-
HSV(B)268.8º23.36%83.92%-
XYZ46.1542.169.31-
YUV176.88148.95135.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=33.22%
G=28.98%
B=37.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881642140.120.2300.16268.837.8874.12
HexBCA4D6C1701010d264a
Octal274244326142702041546112
Binary1011110010100100110101101100101110100001000011011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4D6; }

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

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

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

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

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

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

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

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