#BCA2ED

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

Shades of Perfume #BCA2ED

Tints of Perfume #BCA2ED

Color information

#BCA2ED (or 0xBCA2ED) is unknown color: approx Perfume. HEX triplet: BC, A2 and ED. RGB value is (188,162,237). Sum of RGB (Red+Green+Blue) = 188+162+237=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2ED is #435D12. Grayscale: #B2B2B2. Windows color (decimal): -4414739 or 15573692. OLE color: 15573692.

HSL color Cylindrical-coordinate representation of color #BCA2ED: hue angle of 260.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA2ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188162237-
CMYK0.210.3200.07
HSL260.8º67.57%78.24%-
HSV(B)260.8º31.65%92.94%-
XYZ48.9542.6585.77-
YUV178.32161.11134.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=32.03%
G=27.60%
B=40.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881622370.210.3200.07260.867.5778.24
HexBCA2ED152007105444e
Octal274242355254007405104116
Binary10111100101000101110110110101100000011110000010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2ED; }

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

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

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

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

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

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

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

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