#bca5f0

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

Shades of Perfume #BCA5F0

Tints of Perfume #BCA5F0

Color information

#BCA5F0 (or 0xBCA5F0) is unknown color: approx Perfume. HEX triplet: BC, A5 and F0. RGB value is (188,165,240). Sum of RGB (Red+Green+Blue) = 188+165+240=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5F0 is #435A0F. Grayscale: #B4B4B4. Windows color (decimal): -4413968 or 15771068. OLE color: 15771068.

HSL color Cylindrical-coordinate representation of color #BCA5F0: hue angle of 258.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA5F0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188165240-
CMYK0.220.3100.06
HSL258.4º71.43%79.41%-
HSV(B)258.4º31.25%94.12%-
XYZ49.9243.8988.28-
YUV180.43161.62133.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=31.70%
G=27.82%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881652400.220.3100.06258.471.4379.41
HexBCA5F0161F06102474f
Octal274245360263706402107117
Binary1011110010100101111100001011011111011010000001010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca5f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca5f0; }

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

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

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

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

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

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

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

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