#BCA4DF

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

Shades of Perfume #BCA4DF

Tints of Perfume #BCA4DF

Color information

#BCA4DF (or 0xBCA4DF) is unknown color: approx Perfume. HEX triplet: BC, A4 and DF. RGB value is (188,164,223). Sum of RGB (Red+Green+Blue) = 188+164+223=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DF is #435B20. Grayscale: #B1B1B1. Windows color (decimal): -4414241 or 14656700. OLE color: 14656700.

HSL color Cylindrical-coordinate representation of color #BCA4DF: hue angle of 264.41º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA4DF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188164223-
CMYK0.160.2600.13
HSL264.41º47.97%75.88%-
HSV(B)264.41º26.46%87.45%-
XYZ47.3342.5775.53-
YUV177.9153.45135.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=32.70%
G=28.52%
B=38.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881642230.160.2600.13264.4147.9775.88
HexBCA4DF101A0D108304c
Octal274244337203201541060114
Binary1011110010100100110111111000011010011011000010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4DF; }

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

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

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

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

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

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

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

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