#BCA6EC

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

Shades of Perfume #BCA6EC

Tints of Perfume #BCA6EC

Color information

#BCA6EC (or 0xBCA6EC) is unknown color: approx Perfume. HEX triplet: BC, A6 and EC. RGB value is (188,166,236). Sum of RGB (Red+Green+Blue) = 188+166+236=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6EC is #435913. Grayscale: #B4B4B4. Windows color (decimal): -4413716 or 15509180. OLE color: 15509180.

HSL color Cylindrical-coordinate representation of color #BCA6EC: hue angle of 258.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA6EC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188166236-
CMYK0.200.3000.07
HSL258.86º64.81%78.82%-
HSV(B)258.86º29.66%92.55%-
XYZ49.5244.0285.24-
YUV180.56159.29133.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 236 (92.58% from 255) = 40%
R=31.86%
G=28.14%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881662360.200.3000.07258.8664.8178.82
HexBCA6EC141E07103414f
Octal274246354243607403101117
Binary1011110010100110111011001010011110011110000001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6EC; }

 p { color: rgb(188,166,236); }

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

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

 a { background-color: rgb(188,166,236); }

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

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

 span { border-color: rgb(188,166,236); }

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