#BCA5F2

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

Shades of Perfume #BCA5F2

Tints of Perfume #BCA5F2

Color information

#BCA5F2 (or 0xBCA5F2) is unknown color: approx Perfume. HEX triplet: BC, A5 and F2. RGB value is (188,165,242). Sum of RGB (Red+Green+Blue) = 188+165+242=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5F2 is #435A0D. Grayscale: #B4B4B4. Windows color (decimal): -4413966 or 15902140. OLE color: 15902140.

HSL color Cylindrical-coordinate representation of color #BCA5F2: hue angle of 257.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA5F2 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188165242-
CMYK0.220.3200.05
HSL257.92º74.76%79.8%-
HSV(B)257.92º31.82%94.9%-
XYZ50.2244.0189.85-
YUV180.65162.62133.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=31.60%
G=27.73%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881652420.220.3200.05257.9274.7679.8
HexBCA5F21620051024b50
Octal274245362264005402113120
Binary10111100101001011111001010110100000010110000001010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5F2; }

 p { color: rgb(188,165,242); }

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

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

 a { background-color: rgb(188,165,242); }

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

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

 span { border-color: rgb(188,165,242); }

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