#BCA4D7

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

Shades of Perfume #BCA4D7

Tints of Perfume #BCA4D7

Color information

#BCA4D7 (or 0xBCA4D7) is unknown color: approx Perfume. HEX triplet: BC, A4 and D7. RGB value is (188,164,215). Sum of RGB (Red+Green+Blue) = 188+164+215=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4D7 is #435B28. Grayscale: #B0B0B0. Windows color (decimal): -4414249 or 14132412. OLE color: 14132412.

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

Color convert

RGB188164215-
CMYK0.130.2400.16
HSL268.24º38.93%74.31%-
HSV(B)268.24º23.72%84.31%-
XYZ46.2842.1569.99-
YUV176.99149.45135.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=33.16%
G=28.92%
B=37.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881642150.130.2400.16268.2438.9374.31
HexBCA4D7D1801010c274a
Octal274244327153002041447112
Binary1011110010100100110101111101110000100001000011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4D7; }

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

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

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

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

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

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

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

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