#BCA3D9

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

Shades of Perfume #BCA3D9

Tints of Perfume #BCA3D9

Color information

#BCA3D9 (or 0xBCA3D9) is unknown color: approx Perfume. HEX triplet: BC, A3 and D9. RGB value is (188,163,217). Sum of RGB (Red+Green+Blue) = 188+163+217=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3D9 is #435C26. Grayscale: #B0B0B0. Windows color (decimal): -4414503 or 14263228. OLE color: 14263228.

HSL color Cylindrical-coordinate representation of color #BCA3D9: hue angle of 267.78º degrees, saturation: 0.42, 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 #BCA3D9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188163217-
CMYK0.130.2500.15
HSL267.78º41.54%74.51%-
HSV(B)267.78º24.88%85.1%-
XYZ46.3641.971.29-
YUV176.63150.78136.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=33.10%
G=28.70%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881632170.130.2500.15267.7841.5474.51
HexBCA3D9D190F10c2a4b
Octal274243331153101741452113
Binary101111001010001111011001110111001011111000011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3D9; }

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

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

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

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

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

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

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

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