#BCA6DA

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

Shades of Perfume #BCA6DA

Tints of Perfume #BCA6DA

Color information

#BCA6DA (or 0xBCA6DA) is unknown color: approx Perfume. HEX triplet: BC, A6 and DA. RGB value is (188,166,218). Sum of RGB (Red+Green+Blue) = 188+166+218=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DA is #435925. Grayscale: #B2B2B2. Windows color (decimal): -4413734 or 14329532. OLE color: 14329532.

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

Color convert

RGB188166218-
CMYK0.140.2400.15
HSL265.38º41.27%75.29%-
HSV(B)265.38º23.85%85.49%-
XYZ47.0343.0372.16-
YUV178.51150.29134.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=32.87%
G=29.02%
B=38.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881662180.140.2400.15265.3841.2775.29
HexBCA6DAE180F109294b
Octal274246332163001741151113
Binary101111001010011011011010111011000011111000010011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6DA; }

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

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

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

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

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

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

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

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