#BCA1FF

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

Shades of Perfume #BCA1FF

Tints of Perfume #BCA1FF

Color information

#BCA1FF (or 0xBCA1FF) is unknown color: approx Perfume. HEX triplet: BC, A1 and FF. RGB value is (188,161,255). Sum of RGB (Red+Green+Blue) = 188+161+255=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1FF is #435E00. Grayscale: #B3B3B3. Windows color (decimal): -4414977 or 16753084. OLE color: 16753084.

HSL color Cylindrical-coordinate representation of color #BCA1FF: hue angle of 257.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA1FF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188161255-
CMYK0.260.3700
HSL257.23º100%81.57%-
HSV(B)257.23º36.86%100%-
XYZ51.5343.4100.27-
YUV179.79170.45133.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 255 (100% from 255) = 42.22%
R=31.13%
G=26.66%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881612550.260.3700257.2310081.57
HexBCA1FF1A25001016452
Octal274241377324500401144122
Binary101111001010000111111111110101001010010000000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1FF; }

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

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

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

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

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

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

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

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