#BCA1CF

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

Shades of Perfume #BCA1CF

Tints of Perfume #BCA1CF

Color information

#BCA1CF (or 0xBCA1CF) is unknown color: approx Perfume. HEX triplet: BC, A1 and CF. RGB value is (188,161,207). Sum of RGB (Red+Green+Blue) = 188+161+207=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1CF is #435E30. Grayscale: #AEAEAE. Windows color (decimal): -4415025 or 13607356. OLE color: 13607356.

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

Color convert

RGB188161207-
CMYK0.090.2200.19
HSL275.22º32.39%72.16%-
HSV(B)275.22º22.22%81.18%-
XYZ44.7540.6964.53-
YUV174.32146.45137.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=33.81%
G=28.96%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881612070.090.2200.19275.2232.3972.16
HexBCA1CF9160131132048
Octal274241317112602342340110
Binary1011110010100001110011111001101100100111000100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1CF; }

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

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

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

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

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

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

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

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