#BCA1DA

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

Shades of Perfume #BCA1DA

Tints of Perfume #BCA1DA

Color information

#BCA1DA (or 0xBCA1DA) is unknown color: approx Perfume. HEX triplet: BC, A1 and DA. RGB value is (188,161,218). Sum of RGB (Red+Green+Blue) = 188+161+218=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1DA is #435E25. Grayscale: #AFAFAF. Windows color (decimal): -4415014 or 14328252. OLE color: 14328252.

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

Color convert

RGB188161218-
CMYK0.140.2600.15
HSL268.42º43.51%74.31%-
HSV(B)268.42º26.15%85.49%-
XYZ46.1441.2471.86-
YUV175.57151.95136.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=33.16%
G=28.40%
B=38.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881612180.140.2600.15268.4243.5174.31
HexBCA1DAE1A0F10c2c4a
Octal274241332163201741454112
Binary101111001010000111011010111011010011111000011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1DA; }

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

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

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

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

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

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

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

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