#BCA4CF

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

Shades of Perfume #BCA4CF

Tints of Perfume #BCA4CF

Color information

#BCA4CF (or 0xBCA4CF) is unknown color: approx Perfume. HEX triplet: BC, A4 and CF. RGB value is (188,164,207). Sum of RGB (Red+Green+Blue) = 188+164+207=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4CF is #435B30. Grayscale: #AFAFAF. Windows color (decimal): -4414257 or 13608124. OLE color: 13608124.

HSL color Cylindrical-coordinate representation of color #BCA4CF: hue angle of 273.49º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA4CF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188164207-
CMYK0.090.2100.19
HSL273.49º30.94%72.75%-
HSV(B)273.49º20.77%81.18%-
XYZ45.2841.7564.7-
YUV176.08145.45136.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=33.63%
G=29.34%
B=37.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881642070.090.2100.19273.4930.9472.75
HexBCA4CF9150131111f49
Octal274244317112502342137111
Binary101111001010010011001111100110101010011100010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4CF; }

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

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

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

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

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

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

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

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