#BCA3DA

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

Shades of Perfume #BCA3DA

Tints of Perfume #BCA3DA

Color information

#BCA3DA (or 0xBCA3DA) is unknown color: approx Perfume. HEX triplet: BC, A3 and DA. RGB value is (188,163,218). Sum of RGB (Red+Green+Blue) = 188+163+218=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3DA is #435C25. Grayscale: #B0B0B0. Windows color (decimal): -4414502 or 14328764. OLE color: 14328764.

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

Color convert

RGB188163218-
CMYK0.140.2500.15
HSL267.27º42.64%74.71%-
HSV(B)267.27º25.23%85.49%-
XYZ46.4941.9571.98-
YUV176.74151.28136.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=33.04%
G=28.65%
B=38.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881632180.140.2500.15267.2742.6474.71
HexBCA3DAE190F10b2b4b
Octal274243332163101741353113
Binary101111001010001111011010111011001011111000010111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3DA; }

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

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

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

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

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

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

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

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