#BCA4D5

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

Shades of Perfume #BCA4D5

Tints of Perfume #BCA4D5

Color information

#BCA4D5 (or 0xBCA4D5) is unknown color: approx Perfume. HEX triplet: BC, A4 and D5. RGB value is (188,164,213). Sum of RGB (Red+Green+Blue) = 188+164+213=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4D5 is #435B2A. Grayscale: #B0B0B0. Windows color (decimal): -4414251 or 14001340. OLE color: 14001340.

HSL color Cylindrical-coordinate representation of color #BCA4D5: hue angle of 269.39º 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 #BCA4D5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188164213-
CMYK0.120.2300.16
HSL269.39º36.84%73.92%-
HSV(B)269.39º23%83.53%-
XYZ46.0242.0568.64-
YUV176.76148.45136.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=33.27%
G=29.03%
B=37.70%

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
Decimal1881642130.120.2300.16269.3936.8473.92
HexBCA4D5C1701010d254a
Octal274244325142702041545112
Binary1011110010100100110101011100101110100001000011011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4D5; }

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

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

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

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

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

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

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

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