#BCA1D5

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

Shades of Perfume #BCA1D5

Tints of Perfume #BCA1D5

Color information

#BCA1D5 (or 0xBCA1D5) is unknown color: approx Perfume. HEX triplet: BC, A1 and D5. RGB value is (188,161,213). Sum of RGB (Red+Green+Blue) = 188+161+213=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1D5 is #435E2A. Grayscale: #AEAEAE. Windows color (decimal): -4415019 or 14000572. OLE color: 14000572.

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

Color convert

RGB188161213-
CMYK0.120.2400.16
HSL271.15º38.24%73.33%-
HSV(B)271.15º24.41%83.53%-
XYZ45.4940.9968.46-
YUV175149.45137.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=33.45%
G=28.65%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881612130.120.2400.16271.1538.2473.33
HexBCA1D5C1801010f2649
Octal274241325143002041746111
Binary1011110010100001110101011100110000100001000011111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1D5; }

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

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

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

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

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

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

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

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