#BCA2FA

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

Shades of Perfume #BCA2FA

Tints of Perfume #BCA2FA

Color information

#BCA2FA (or 0xBCA2FA) is unknown color: approx Perfume. HEX triplet: BC, A2 and FA. RGB value is (188,162,250). Sum of RGB (Red+Green+Blue) = 188+162+250=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2FA is #435D05. Grayscale: #B3B3B3. Windows color (decimal): -4414726 or 16425660. OLE color: 16425660.

HSL color Cylindrical-coordinate representation of color #BCA2FA: hue angle of 257.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA2FA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188162250-
CMYK0.250.3500.02
HSL257.73º89.8%80.78%-
HSV(B)257.73º35.2%98.04%-
XYZ50.9143.4396.14-
YUV179.81167.61133.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=31.33%
G=27%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881622500.250.3500.02257.7389.880.78
HexBCA2FA1923021025a51
Octal274242372314302402132121
Binary1011110010100010111110101100110001101010000001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2FA; }

 p { color: rgb(188,162,250); }

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

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

 a { background-color: rgb(188,162,250); }

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

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

 span { border-color: rgb(188,162,250); }

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