#BCA6DE

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

Shades of Perfume #BCA6DE

Tints of Perfume #BCA6DE

Color information

#BCA6DE (or 0xBCA6DE) is unknown color: approx Perfume. HEX triplet: BC, A6 and DE. RGB value is (188,166,222). Sum of RGB (Red+Green+Blue) = 188+166+222=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DE is #435921. Grayscale: #B2B2B2. Windows color (decimal): -4413730 or 14591676. OLE color: 14591676.

HSL color Cylindrical-coordinate representation of color #BCA6DE: hue angle of 263.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA6DE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188166222-
CMYK0.150.2500.13
HSL263.57º45.9%76.08%-
HSV(B)263.57º25.23%87.06%-
XYZ47.5643.2474.95-
YUV178.96152.29134.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=32.64%
G=28.82%
B=38.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881662220.150.2500.13263.5745.976.08
HexBCA6DEF190D1082e4c
Octal274246336173101541056114
Binary101111001010011011011110111111001011011000010001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6DE; }

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

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

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

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

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

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

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

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