#BCA3D5

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

Shades of Perfume #BCA3D5

Tints of Perfume #BCA3D5

Color information

#BCA3D5 (or 0xBCA3D5) is unknown color: approx Perfume. HEX triplet: BC, A3 and D5. RGB value is (188,163,213). Sum of RGB (Red+Green+Blue) = 188+163+213=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA3D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3D5 is #435C2A. Grayscale: #B0B0B0. Windows color (decimal): -4414507 or 14001084. OLE color: 14001084.

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

Color convert

RGB188163213-
CMYK0.120.2300.16
HSL270º37.31%73.73%-
HSV(B)270º23.47%83.53%-
XYZ45.8541.6968.58-
YUV176.18148.78136.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=33.33%
G=28.90%
B=37.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881632130.120.2300.1627037.3173.73
HexBCA3D5C1701010e254a
Octal274243325142702041645112
Binary1011110010100011110101011100101110100001000011101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3D5; }

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

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

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

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

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

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

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

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